config.h.in 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Define to 1 if you have the <arpa/inet.h> header file. */
  3. #undef HAVE_ARPA_INET_H
  4. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  5. #undef HAVE_DOPRNT
  6. /* Define to 1 if you have the <fcntl.h> header file. */
  7. #undef HAVE_FCNTL_H
  8. /* Define to 1 if you have the `getpagesize' function. */
  9. #undef HAVE_GETPAGESIZE
  10. /* Define to 1 if you have the `gettimeofday' function. */
  11. #undef HAVE_GETTIMEOFDAY
  12. /* Define to 1 if you have the `inet_ntoa' function. */
  13. #undef HAVE_INET_NTOA
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the `ssl' library (-lssl). */
  17. #undef HAVE_LIBSSL
  18. /* Define to 1 if you have the <limits.h> header file. */
  19. #undef HAVE_LIMITS_H
  20. /* Define to 1 if you have the <memory.h> header file. */
  21. #undef HAVE_MEMORY_H
  22. /* Define to 1 if you have the `memset' function. */
  23. #undef HAVE_MEMSET
  24. /* Define to 1 if you have the `mkdir' function. */
  25. #undef HAVE_MKDIR
  26. /* Define to 1 if you have the <netdb.h> header file. */
  27. #undef HAVE_NETDB_H
  28. /* Define to 1 if you have the <netinet/in.h> header file. */
  29. #undef HAVE_NETINET_IN_H
  30. /* Define to 1 if you have the `rmdir' function. */
  31. #undef HAVE_RMDIR
  32. /* Define to 1 if you have the `select' function. */
  33. #undef HAVE_SELECT
  34. /* Define to 1 if you have the `socket' function. */
  35. #undef HAVE_SOCKET
  36. /* Define to 1 if `stat' has the bug that it succeeds when given the
  37. zero-length file name argument. */
  38. #undef HAVE_STAT_EMPTY_STRING_BUG
  39. /* Define to 1 if stdbool.h conforms to C99. */
  40. #undef HAVE_STDBOOL_H
  41. /* Define to 1 if you have the <stdint.h> header file. */
  42. #undef HAVE_STDINT_H
  43. /* Define to 1 if you have the <stdlib.h> header file. */
  44. #undef HAVE_STDLIB_H
  45. /* Define to 1 if you have the `strcasecmp' function. */
  46. #undef HAVE_STRCASECMP
  47. /* Define to 1 if you have the `strerror' function. */
  48. #undef HAVE_STRERROR
  49. /* Define to 1 if you have the <strings.h> header file. */
  50. #undef HAVE_STRINGS_H
  51. /* Define to 1 if you have the <string.h> header file. */
  52. #undef HAVE_STRING_H
  53. /* Define to 1 if you have the `strstr' function. */
  54. #undef HAVE_STRSTR
  55. /* Define to 1 if you have the `strtol' function. */
  56. #undef HAVE_STRTOL
  57. /* Define to 1 if you have the <sys/select.h> header file. */
  58. #undef HAVE_SYS_SELECT_H
  59. /* Define to 1 if you have the <sys/socket.h> header file. */
  60. #undef HAVE_SYS_SOCKET_H
  61. /* Define to 1 if you have the <sys/stat.h> header file. */
  62. #undef HAVE_SYS_STAT_H
  63. /* Define to 1 if you have the <sys/time.h> header file. */
  64. #undef HAVE_SYS_TIME_H
  65. /* Define to 1 if you have the <sys/types.h> header file. */
  66. #undef HAVE_SYS_TYPES_H
  67. /* Define to 1 if you have the <unistd.h> header file. */
  68. #undef HAVE_UNISTD_H
  69. /* Define to 1 if you have the `vprintf' function. */
  70. #undef HAVE_VPRINTF
  71. /* Define to 1 if the system has the type `_Bool'. */
  72. #undef HAVE__BOOL
  73. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  74. slash. */
  75. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  76. /* Name of package */
  77. #undef PACKAGE
  78. /* Define to the address where bug reports for this package should be sent. */
  79. #undef PACKAGE_BUGREPORT
  80. /* Define to the full name of this package. */
  81. #undef PACKAGE_NAME
  82. /* Define to the full name and version of this package. */
  83. #undef PACKAGE_STRING
  84. /* Define to the one symbol short name of this package. */
  85. #undef PACKAGE_TARNAME
  86. /* Define to the version of this package. */
  87. #undef PACKAGE_VERSION
  88. /* Define to the type of arg 1 for `select'. */
  89. #undef SELECT_TYPE_ARG1
  90. /* Define to the type of args 2, 3 and 4 for `select'. */
  91. #undef SELECT_TYPE_ARG234
  92. /* Define to the type of arg 5 for `select'. */
  93. #undef SELECT_TYPE_ARG5
  94. /* Define to 1 if you have the ANSI C header files. */
  95. #undef STDC_HEADERS
  96. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  97. #undef TIME_WITH_SYS_TIME
  98. /* Version number of package */
  99. #undef VERSION
  100. /* Define to empty if `const' does not conform to ANSI C. */
  101. #undef const
  102. /* Define to `unsigned' if <sys/types.h> does not define. */
  103. #undef size_t