config.h 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.in by autoheader. */
  3. /* Define to 1 if you have the <arpa/inet.h> header file. */
  4. #define HAVE_ARPA_INET_H 1
  5. /* Define to 1 if you have the <ctype.h> header file. */
  6. #define HAVE_CTYPE_H 1
  7. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  8. */
  9. #define HAVE_DIRENT_H 1
  10. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  11. /* #undef HAVE_DOPRNT */
  12. /* Define to 1 if you have the <fcntl.h> header file. */
  13. #define HAVE_FCNTL_H 1
  14. /* Define to 1 if you have the `forkpty' function. */
  15. #define HAVE_FORKPTY 1
  16. /* Define to 1 if your system has /dev/ptms (STREAMS pseudoterminal mux). */
  17. #define HAVE__DEV_PTMX 1
  18. /* Define to 1 if you have the `getaddrinfo' function. */
  19. #define HAVE_GETADDRINFO 1
  20. /* Define to 1 if you have the `gethostbyname' function. */
  21. #define HAVE_GETHOSTBYNAME 1
  22. /* Define to 1 if you have the `gethostname' function. */
  23. #define HAVE_GETHOSTNAME 1
  24. /* Define to 1 if you have the `getmntent' function. */
  25. #define HAVE_GETMNTENT 1
  26. /* Define to 1 if you have the `gettimeofday' function. */
  27. #define HAVE_GETTIMEOFDAY 1
  28. /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
  29. //#define HAVE_GNUTLS_H /**/
  30. /* Define to 1 if you have the `inet_ntoa' function. */
  31. #define HAVE_INET_NTOA 1
  32. /* Define to 1 if you have the <inttypes.h> header file. */
  33. #define HAVE_INTTYPES_H 1
  34. /* Define to 1 if you have the `nsl' library (-lnsl). */
  35. /* #undef HAVE_LIBNSL */
  36. /* Define to 1 if you have the `pthread' library (-lpthread). */
  37. #define HAVE_LIBPTHREAD 1
  38. /* Define to 1 if you have the `termcap' library (-ltermcap). */
  39. /* #undef HAVE_LIBTERMCAP */
  40. /* Define to 1 if you have the `util' library (-lutil). */
  41. #define HAVE_LIBUTIL 1
  42. /* Define to 1 if you have the `z' library (-lz). */
  43. #define HAVE_LIBZ 1
  44. /* Define to 1 if you have the <memory.h> header file. */
  45. #define HAVE_MEMORY_H 1
  46. /* Define to 1 if you have the `memset' function. */
  47. #define HAVE_MEMSET 1
  48. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  49. /* #undef HAVE_NDIR_H */
  50. /* Define to 1 if you have the <netdb.h> header file. */
  51. #define HAVE_NETDB_H 1
  52. /* Define to 1 if you have the <netinet/in.h> header file. */
  53. #define HAVE_NETINET_IN_H 1
  54. /* Define to 1 if you have the <net/errno.h> header file. */
  55. /* #undef HAVE_NET_ERRNO_H */
  56. /* Define to 1 if you have the <param.h> header file. */
  57. /* #undef HAVE_PARAM_H */
  58. /* Define to 1 if you have the `popen' function. */
  59. #define HAVE_POPEN 1
  60. /* Define to 1 if you have the <pthread.h> header file. */
  61. #define HAVE_PTHREAD_H 1
  62. /* Define to 1 if you have the <pty.h> header file. */
  63. #define HAVE_PTY_H 1
  64. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  65. and to 0 otherwise. */
  66. #define HAVE_REALLOC 1
  67. /* Define to 1 if you have the `select' function. */
  68. #define HAVE_SELECT 1
  69. /* Define to 1 if you have the `socket' function. */
  70. #define HAVE_SOCKET 1
  71. /* Define to 1 if you have the <socks.h> header file. */
  72. /* #undef HAVE_SOCKS_H */
  73. /* Define to 1 if `stat' has the bug that it succeeds when given the
  74. zero-length file name argument. */
  75. /* #undef HAVE_STAT_EMPTY_STRING_BUG */
  76. /* Define to 1 if stdbool.h conforms to C99. */
  77. #define HAVE_STDBOOL_H 1
  78. /* Define to 1 if you have the <stdint.h> header file. */
  79. #define HAVE_STDINT_H 1
  80. /* Define to 1 if you have the <stdlib.h> header file. */
  81. #define HAVE_STDLIB_H 1
  82. /* Define to 1 if you have the `strcasecmp' function. */
  83. #define HAVE_STRCASECMP 1
  84. /* Define to 1 if you have the `strchr' function. */
  85. #define HAVE_STRCHR 1
  86. /* Define to 1 if you have the `strdup' function. */
  87. #define HAVE_STRDUP 1
  88. /* Define to 1 if you have the `strerror' function. */
  89. #define HAVE_STRERROR 1
  90. /* Define to 1 if you have the `strftime' function. */
  91. #define HAVE_STRFTIME 1
  92. /* Define to 1 if you have the <strings.h> header file. */
  93. #define HAVE_STRINGS_H 1
  94. /* Define to 1 if you have the <string.h> header file. */
  95. #define HAVE_STRING_H 1
  96. /* Define to 1 if you have the `strncasecmp' function. */
  97. #define HAVE_STRNCASECMP 1
  98. /* Define to 1 if you have the `strstr' function. */
  99. #define HAVE_STRSTR 1
  100. /* Define to 1 if you have the <stropts.h> header file. */
  101. /* #undef HAVE_STROPTS_H */
  102. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  103. */
  104. /* #undef HAVE_SYS_DIR_H */
  105. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  106. #define HAVE_SYS_IOCTL_H 1
  107. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  108. */
  109. /* #undef HAVE_SYS_NDIR_H */
  110. /* Define to 1 if you have the <sys/param.h> header file. */
  111. #define HAVE_SYS_PARAM_H 1
  112. /* Define to 1 if you have the <sys/ptem.h> header file. */
  113. /* #undef HAVE_SYS_PTEM_H */
  114. /* Define to 1 if you have the <sys/select.h> header file. */
  115. #define HAVE_SYS_SELECT_H 1
  116. /* Define to 1 if you have the <sys/socket.h> header file. */
  117. #define HAVE_SYS_SOCKET_H 1
  118. /* Define to 1 if you have the <sys/stat.h> header file. */
  119. #define HAVE_SYS_STAT_H 1
  120. /* Define to 1 if you have the <sys/termio.h> header file. */
  121. #define HAVE_SYS_TERMIO_H 1
  122. /* Define to 1 if you have the <sys/time.h> header file. */
  123. #define HAVE_SYS_TIME_H 1
  124. /* Define to 1 if you have the <sys/types.h> header file. */
  125. #define HAVE_SYS_TYPES_H 1
  126. /* Define to 1 if you have the <termcap.h> header file. */
  127. /* #undef HAVE_TERMCAP_H */
  128. /* Define to 1 if you have the <time.h> header file. */
  129. #define HAVE_TIME_H 1
  130. /* Define to 1 if you have the <unistd.h> header file. */
  131. #define HAVE_UNISTD_H 1
  132. /* Define to 1 if you have the <util.h> header file. */
  133. /* #undef HAVE_UTIL_H */
  134. /* Define to 1 if you have the `utime' function. */
  135. #define HAVE_UTIME 1
  136. /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
  137. #define HAVE_UTIME_NULL 1
  138. /* Define to 1 if you have the `vprintf' function. */
  139. #define HAVE_VPRINTF 1
  140. /* Define to 1 if you have the <zlib.h> header file. */
  141. #define HAVE_ZLIB_H 1
  142. /* Define to 1 if the system has the type `_Bool'. */
  143. #define HAVE__BOOL 1
  144. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  145. slash. */
  146. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  147. /* Define to the address where bug reports for this package should be sent. */
  148. #define PACKAGE_BUGREPORT ""
  149. /* Define to the full name of this package. */
  150. #define PACKAGE_NAME ""
  151. /* Define to the full name and version of this package. */
  152. #define PACKAGE_STRING ""
  153. /* Define to the one symbol short name of this package. */
  154. #define PACKAGE_TARNAME ""
  155. /* Define to the version of this package. */
  156. #define PACKAGE_VERSION ""
  157. /* Define as the return type of signal handlers (`int' or `void'). */
  158. #define RETSIGTYPE void
  159. /* Define to the type of arg 1 for `select'. */
  160. #define SELECT_TYPE_ARG1 int
  161. /* Define to the type of args 2, 3 and 4 for `select'. */
  162. #define SELECT_TYPE_ARG234 (fd_set *)
  163. /* Define to the type of arg 5 for `select'. */
  164. #define SELECT_TYPE_ARG5 (struct timeval *)
  165. /* Define to 1 if you have the ANSI C header files. */
  166. #define STDC_HEADERS 1
  167. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  168. #define TIME_WITH_SYS_TIME 1
  169. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  170. /* #undef TM_IN_SYS_TIME */
  171. /* Define to empty if `const' does not conform to ANSI C. */
  172. /* #undef const */
  173. /* Define to rpl_realloc if the replacement function should be used. */
  174. /* #undef realloc */
  175. /* Define to `unsigned int' if <sys/types.h> does not define. */
  176. /* #undef size_t */