config.h.in
上传用户:knt0001
上传日期:2022-01-28
资源大小:264k
文件大小:5k
源码类别:

Email客户端

开发平台:

C/C++

  1. /* include/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 `fork' function. */
  9. #undef HAVE_FORK
  10. /* Define to 1 if you have the `gethostbyname' function. */
  11. #undef HAVE_GETHOSTBYNAME
  12. /* Define to 1 if you have the `gethostname' function. */
  13. #undef HAVE_GETHOSTNAME
  14. /* Define to 1 if you have the `getpass' function. */
  15. #undef HAVE_GETPASS
  16. /* Define to 1 if you have the `gettimeofday' function. */
  17. #undef HAVE_GETTIMEOFDAY
  18. /* Define to 1 if you have the <inttypes.h> header file. */
  19. #undef HAVE_INTTYPES_H
  20. /* Define to 1 if you have the <libintl.h> header file. */
  21. #undef HAVE_LIBINTL_H
  22. /* Define to 1 if you have the `ssl' library (-lssl). */
  23. #undef HAVE_LIBSSL
  24. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  25.    to 0 otherwise. */
  26. #undef HAVE_MALLOC
  27. /* Define to 1 if you have the <memory.h> header file. */
  28. #undef HAVE_MEMORY_H
  29. /* Define to 1 if you have the `memset' function. */
  30. #undef HAVE_MEMSET
  31. /* Define to 1 if you have the <netdb.h> header file. */
  32. #undef HAVE_NETDB_H
  33. /* Define to 1 if you have the <netinet/in.h> header file. */
  34. #undef HAVE_NETINET_IN_H
  35. /* Define to 1 if you have the `putenv' function. */
  36. #undef HAVE_PUTENV
  37. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  38.    and to 0 otherwise. */
  39. #undef HAVE_REALLOC
  40. /* Define to 1 if you have the `socket' function. */
  41. #undef HAVE_SOCKET
  42. /* Define to 1 if you have the `sqrt' function. */
  43. #undef HAVE_SQRT
  44. /* Define to 1 if `stat' has the bug that it succeeds when given the
  45.    zero-length file name argument. */
  46. #undef HAVE_STAT_EMPTY_STRING_BUG
  47. /* Define to 1 if you have the <stdint.h> header file. */
  48. #undef HAVE_STDINT_H
  49. /* Define to 1 if you have the <stdlib.h> header file. */
  50. #undef HAVE_STDLIB_H
  51. /* Define to 1 if you have the `strcasecmp' function. */
  52. #undef HAVE_STRCASECMP
  53. /* Define to 1 if you have the `strchr' function. */
  54. #undef HAVE_STRCHR
  55. /* Define to 1 if you have the `strerror' function. */
  56. #undef HAVE_STRERROR
  57. /* Define to 1 if you have the `strftime' function. */
  58. #undef HAVE_STRFTIME
  59. /* Define to 1 if you have the <strings.h> header file. */
  60. #undef HAVE_STRINGS_H
  61. /* Define to 1 if you have the <string.h> header file. */
  62. #undef HAVE_STRING_H
  63. /* Define to 1 if you have the `strrchr' function. */
  64. #undef HAVE_STRRCHR
  65. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  66. #undef HAVE_SYS_IOCTL_H
  67. /* Define to 1 if you have the <sys/socket.h> header file. */
  68. #undef HAVE_SYS_SOCKET_H
  69. /* Define to 1 if you have the <sys/stat.h> header file. */
  70. #undef HAVE_SYS_STAT_H
  71. /* Define to 1 if you have the <sys/time.h> header file. */
  72. #undef HAVE_SYS_TIME_H
  73. /* Define to 1 if you have the <sys/types.h> header file. */
  74. #undef HAVE_SYS_TYPES_H
  75. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  76. #undef HAVE_SYS_WAIT_H
  77. /* Define to 1 if you have the <termios.h> header file. */
  78. #undef HAVE_TERMIOS_H
  79. /* Define to 1 if you have the `uname' function. */
  80. #undef HAVE_UNAME
  81. /* Define to 1 if you have the <unistd.h> header file. */
  82. #undef HAVE_UNISTD_H
  83. /* Define to 1 if you have the `vfork' function. */
  84. #undef HAVE_VFORK
  85. /* Define to 1 if you have the <vfork.h> header file. */
  86. #undef HAVE_VFORK_H
  87. /* Define to 1 if you have the `vprintf' function. */
  88. #undef HAVE_VPRINTF
  89. /* Define to 1 if `fork' works. */
  90. #undef HAVE_WORKING_FORK
  91. /* Define to 1 if `vfork' works. */
  92. #undef HAVE_WORKING_VFORK
  93. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  94.    slash. */
  95. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  96. /* Define to the address where bug reports for this package should be sent. */
  97. #undef PACKAGE_BUGREPORT
  98. /* Define to the full name of this package. */
  99. #undef PACKAGE_NAME
  100. /* Define to the full name and version of this package. */
  101. #undef PACKAGE_STRING
  102. /* Define to the one symbol short name of this package. */
  103. #undef PACKAGE_TARNAME
  104. /* Define to the version of this package. */
  105. #undef PACKAGE_VERSION
  106. /* Define as the return type of signal handlers (`int' or `void'). */
  107. #undef RETSIGTYPE
  108. /* Define to 1 if you have the ANSI C header files. */
  109. #undef STDC_HEADERS
  110. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  111. #undef TIME_WITH_SYS_TIME
  112. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  113. #undef TM_IN_SYS_TIME
  114. /* Tell's us to use gmtime() */
  115. #undef USE_GMT
  116. /* Number of bits in a file offset, on hosts where this is settable. */
  117. #undef _FILE_OFFSET_BITS
  118. /* Enable GNU extensions on systems that have them.  */
  119. #ifndef _GNU_SOURCE
  120. # undef _GNU_SOURCE
  121. #endif
  122. /* Define for large files, on AIX-style hosts. */
  123. #undef _LARGE_FILES
  124. /* Define to rpl_malloc if the replacement function should be used. */
  125. #undef malloc
  126. /* Define to `int' if <sys/types.h> does not define. */
  127. #undef pid_t
  128. /* Define to rpl_realloc if the replacement function should be used. */
  129. #undef realloc
  130. /* Define as `fork' if `vfork' does not work. */
  131. #undef vfork