diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index c4c1a1a2..35b84797 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -3,9 +3,39 @@ /* actual length of specific struct sockaddr */ #undef GET_SA_LEN +/* Define to 1 if you have the <a.out.h> header file. */ +#undef HAVE_A_OUT_H + +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O |