diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 6cef67682b493..ee0674b70552a 100644 --- a/config.h.in +++ b/config.h.in @@ -271,6 +271,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <linux/capability.h> header file. */ #undef HAVE_LINUX_CAPABILITY_H +/* Define to 1 if you have the <linux/types.h> header file. */ +#undef HAVE_LINUX_TYPES_H + /* Define to 1 if you have the <locale.h> header file. */ #undef HAVE_LOCALE_H |