1: /* config.h.in. Generated automatically from configure.in by autoheader. */ 2: 3: /* Define to empty if the keyword does not work. */ 4: #undef const 5: 6: /* Define to `int' if <sys/types.h> doesn't define. */ 7: #undef mode_t 8: 9: /* Define to `long' if <sys/types.h> doesn't define. */ 10: #undef off_t 11: 12: /* Define to `unsigned' if <sys/types.h> doesn't define. */ 13: #undef size_t 14: 15: /* Define if you have the ANSI C header files. */ 16: #undef STDC_HEADERS 17: 18: /* Define if you have inet_aton(), used in preference to inet_addr() */ 19: #undef HAVE_INET_ATON 20: 21: /* Define if you have the socket function. */ 22: #undef HAVE_SOCKET 23: 24: /* Define if you have the strcspn function. */ 25: #undef HAVE_STRCSPN 26: 27: /* Define if you have the strdup function. */ 28: #undef HAVE_STRDUP 29: 30: /* Define if you have the strsep function. */ 31: #undef HAVE_STRSEP 32: 33: /* Define if you have the strstr function. */ 34: #undef HAVE_STRSTR 35: 36: /* Define if you have the uname function. */ 37: #undef HAVE_UNAME 38: 39: /* Define if you have the <dirent.h> header file. */ 40: #undef HAVE_DIRENT_H 41: 42: /* Define if you have the <fcntl.h> header file. */ 43: #undef HAVE_FCNTL_H 44: 45: /* Define if you have the <ndir.h> header file. */ 46: #undef HAVE_NDIR_H 47: 48: /* Define if you have the <stdint.h> header file. */ 49: #undef HAVE_STDINT_H 50: 51: /* Define if you have the <sys/dir.h> header file. */ 52: #undef HAVE_SYS_DIR_H 53: 54: /* Define if you have the <sys/ndir.h> header file. */ 55: #undef HAVE_SYS_NDIR_H 56: 57: /* Define if you have the <sys/socket.h> header file. */ 58: #undef HAVE_SYS_SOCKET_H 59: 60: /* Define if you have the <unistd.h> header file. */ 61: #undef HAVE_UNISTD_H 62: 63: /* Define if you have the m library (-lm). */ 64: #undef HAVE_LIBM |