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