diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ab2effb..115612b 100644 --- a/config.h.in +++ b/config.h.in @@ -63,6 +63,9 @@ /* Define as the word index where to find the sign of 'float'. */ #undef FLT_SIGNBIT_WORD +/* Define to 1 when using the gnulib module open. */ +#undef GNULIB_OPEN + /* Define to 1 when using the gnulib module uninorm/u16-normalize. */ #undef GNULIB_UNINORM_U16_NORMALIZE @@ -182,12 +185,18 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `dup2' function. */ +#undef HAVE_DUP2 + /* Define if you have the declaration of environ. */ #undef HAVE_ENVIRON_DECL /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H +/* Define to 1 if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + /* Define to 1 if you have the <float.h> header file. */ #undef HAVE_FLOAT_H @@ -318,6 +327,9 @@ /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H +/* Define to 1 if you have the <stddef.h> header file. */ +#undef HAVE_STDDEF_H + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -412,6 +424,12 @@ /* Define if you have the 'wint_t' type. */ #undef HAVE_WINT_T +/* Define to 1 if O_NOATIME works. */ +#undef HAVE_WORKING_O_NOATIME + +/* Define to 1 if O_NOFOLLOW works. */ +#undef HAVE_WORKING_O_NOFOLLOW + /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL @@ -509,6 +527,9 @@ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O +/* Define to 1 if open() fails to recognize a trailing slash. */ +#undef OPEN_TRAILING_SLASH_BUG + /* Name of package */ #undef PACKAGE @@ -524,13 +545,23 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to the type that is the result of default argument promotions of + type mode_t. */ +#undef PROMOTED_MODE_T + /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX +/* Define to 1 if dup2 returns 0 instead of the target fd. */ +#undef REPLACE_DUP2 + /* Define this to 1 if strerror is broken. */ #undef REPLACE_STRERROR @@ -645,6 +676,9 @@ /* Define to a type if <wchar.h> does not define. */ #undef mbstate_t +/* Define to `int' if <sys/types.h> does not define. */ +#undef mode_t + /* Define as the type of the result of subtracting two pointers, if the system doesn't define it. */ #undef ptrdiff_t |