config.h.in
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:10k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Define if on AIX 3.
  3.    System headers sometimes define this.
  4.    We just want to avoid a redefinition error message.  */
  5. #ifndef _ALL_SOURCE
  6. #undef _ALL_SOURCE
  7. #endif
  8. /* Define if using alloca.c.  */
  9. #undef C_ALLOCA
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  13.    This function is required for alloca.c support on those systems.  */
  14. #undef CRAY_STACKSEG_END
  15. /* Define if you have alloca, as a function or macro.  */
  16. #undef HAVE_ALLOCA
  17. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  18. #undef HAVE_ALLOCA_H
  19. /* Define if you don't have vprintf but do have _doprnt.  */
  20. #undef HAVE_DOPRNT
  21. /* Define if you have a working `mmap' system call.  */
  22. #undef HAVE_MMAP
  23. /* Define if you have the vprintf function.  */
  24. #undef HAVE_VPRINTF
  25. /* Define as __inline if that's what the C compiler calls it.  */
  26. #undef inline
  27. /* Define if on MINIX.  */
  28. #undef _MINIX
  29. /* Define if your C compiler doesn't accept -c and -o together.  */
  30. #undef NO_MINUS_C_MINUS_O
  31. /* Define to `long' if <sys/types.h> doesn't define.  */
  32. #undef off_t
  33. /* Define to `int' if <sys/types.h> doesn't define.  */
  34. #undef pid_t
  35. /* Define if the system does not provide POSIX.1 features except
  36.    with this defined.  */
  37. #undef _POSIX_1_SOURCE
  38. /* Define if you need to in order for stat and other things to work.  */
  39. #undef _POSIX_SOURCE
  40. /* Define as the return type of signal handlers (int or void).  */
  41. #undef RETSIGTYPE
  42. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  43. #undef size_t
  44. /* If using the C implementation of alloca, define if you know the
  45.    direction of stack growth for your system; otherwise it will be
  46.    automatically deduced at run-time.
  47.  STACK_DIRECTION > 0 => grows toward higher addresses
  48.  STACK_DIRECTION < 0 => grows toward lower addresses
  49.  STACK_DIRECTION = 0 => direction of growth unknown
  50.  */
  51. #undef STACK_DIRECTION
  52. /* Define if you have the ANSI C header files.  */
  53. #undef STDC_HEADERS
  54. /* Define if `sys_siglist' is declared by <signal.h>.  */
  55. #undef SYS_SIGLIST_DECLARED
  56. /* Define to 1 if NLS is requested.  */
  57. #undef ENABLE_NLS
  58. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  59. #undef HAVE_CATGETS
  60. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  61. #undef HAVE_GETTEXT
  62. /* Define if your locale.h file contains LC_MESSAGES.  */
  63. #undef HAVE_LC_MESSAGES
  64. /* Define if you have res_search available in your bind library */
  65. #undef HAVE_RES_SEARCH
  66. /* Define as 1 if you have the stpcpy function.  */
  67. #undef HAVE_STPCPY
  68. /* Define if your C compiler allows void * as a function result */
  69. #undef HAVE_VOIDPOINTER
  70. /* Define if your C compiler allows ANSI volatile */
  71. #undef HAVE_VOLATILE
  72. /* Define if `union wait' is the type of the first arg to wait functions.  */
  73. #undef HAVE_UNION_WAIT
  74. /* Define if you have the strcasecmp function.  */
  75. #undef HAVE_STRCASECMP
  76. /* Define if you have the memmove function.  */
  77. #undef HAVE_MEMMOVE
  78. /* Define if you have GNU's getopt family of functions.  */
  79. #undef HAVE_GETOPTLONG
  80. /* Define if you have strstr */
  81. #undef HAVE_STRSTR
  82. /* Define to the name of the distribution.  */
  83. #undef PACKAGE
  84. /* Compute an appropriate directory for PID lock files */
  85. #undef PID_DIR
  86. /* Define if you want POP2 support compiled in */
  87. #undef POP2_ENABLE
  88. /* Define if you want POP3 support compiled in */
  89. #undef POP3_ENABLE
  90. /* Define if you want IMAP support compiled in */
  91. #undef IMAP_ENABLE
  92. /* Define if you want ETRN support compiled in */
  93. #undef ETRN_ENABLE
  94. /* Define if you want RPA support compiled in */
  95. #undef RPA_ENABLE
  96. /* Define if you want NTLM authentication */
  97. #undef NTLM_ENABLE
  98. /* Define if you want SDPS support compiled in */
  99. #undef SDPS_ENABLE
  100. /* Define if you want SSL support compiled in */
  101. #undef SSL_ENABLE
  102. /* Define if you want OPIE support compiled in */
  103. #undef OPIE_ENABLE
  104. /* Define if you want IPv6 support compiled in */
  105. #undef INET6_ENABLE
  106. /* Define if you want network security support compiled in */
  107. #undef NET_SECURITY
  108. /* Define if you want GSSAPI authentication */
  109. #undef GSSAPI
  110. /* Define if you have HEIMDAL kerberos 5 */
  111. #undef HEIMDAL
  112. /* Define if you have MIT kerberos */
  113. #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
  114. /* Define if you want built-in SOCKS support */
  115. #undef HAVE_SOCKS
  116. /* Define to the version of the distribution.  */
  117. #undef VERSION
  118. /* The number of bytes in a int.  */
  119. #undef SIZEOF_INT
  120. /* The number of bytes in a long.  */
  121. #undef SIZEOF_LONG
  122. /* The number of bytes in a short.  */
  123. #undef SIZEOF_SHORT
  124. /* Define if you have the __argz_count function.  */
  125. #undef HAVE___ARGZ_COUNT
  126. /* Define if you have the __argz_next function.  */
  127. #undef HAVE___ARGZ_NEXT
  128. /* Define if you have the __argz_stringify function.  */
  129. #undef HAVE___ARGZ_STRINGIFY
  130. /* Define if you have the atexit function.  */
  131. #undef HAVE_ATEXIT
  132. /* Define if you have the dcgettext function.  */
  133. #undef HAVE_DCGETTEXT
  134. /* Define if you have the getcwd function.  */
  135. #undef HAVE_GETCWD
  136. /* Define if you have the geteuid function.  */
  137. #undef HAVE_GETEUID
  138. /* Define if you have the gethostbyname function.  */
  139. #undef HAVE_GETHOSTBYNAME
  140. /* Define if you have the getpagesize function.  */
  141. #undef HAVE_GETPAGESIZE
  142. /* Define if you have the herror function.  */
  143. #undef HAVE_HERROR
  144. /* Define if you have the inet_aton function.  */
  145. #undef HAVE_INET_ATON
  146. /* Define if you have the inner_connect function.  */
  147. #undef HAVE_INNER_CONNECT
  148. /* Define if you have the munmap function.  */
  149. #undef HAVE_MUNMAP
  150. /* Define if you have the putenv function.  */
  151. #undef HAVE_PUTENV
  152. /* Define if you have the res_search function.  */
  153. #undef HAVE_RES_SEARCH
  154. /* Define if you have the setenv function.  */
  155. #undef HAVE_SETENV
  156. /* Define if you have the seteuid function.  */
  157. #undef HAVE_SETEUID
  158. /* Define if you have the setlinebuf function.  */
  159. #undef HAVE_SETLINEBUF
  160. /* Define if you have the setlocale function.  */
  161. #undef HAVE_SETLOCALE
  162. /* Define if you have the setrlimit function.  */
  163. #undef HAVE_SETRLIMIT
  164. /* Define if you have the setsid function.  */
  165. #undef HAVE_SETSID
  166. /* Define if you have the sigprocmask function.  */
  167. #undef HAVE_SIGPROCMASK
  168. /* Define if you have the snprintf function.  */
  169. #undef HAVE_SNPRINTF
  170. /* Define if you have the socketpair function.  */
  171. #undef HAVE_SOCKETPAIR
  172. /* Define if you have the stpcpy function.  */
  173. #undef HAVE_STPCPY
  174. /* Define if you have the strcasecmp function.  */
  175. #undef HAVE_STRCASECMP
  176. /* Define if you have the strchr function.  */
  177. #undef HAVE_STRCHR
  178. /* Define if you have the strdup function.  */
  179. #undef HAVE_STRDUP
  180. /* Define if you have the strerror function.  */
  181. #undef HAVE_STRERROR
  182. /* Define if you have the strftime function.  */
  183. #undef HAVE_STRFTIME
  184. /* Define if you have the strrchr function.  */
  185. #undef HAVE_STRRCHR
  186. /* Define if you have the stty function.  */
  187. #undef HAVE_STTY
  188. /* Define if you have the syslog function.  */
  189. #undef HAVE_SYSLOG
  190. /* Define if you have the tcsetattr function.  */
  191. #undef HAVE_TCSETATTR
  192. /* Define if you have the vprintf function.  */
  193. #undef HAVE_VPRINTF
  194. /* Define if you have the vsnprintf function.  */
  195. #undef HAVE_VSNPRINTF
  196. /* Define if you have the vsyslog function.  */
  197. #undef HAVE_VSYSLOG
  198. /* Define if you have the wait3 function.  */
  199. #undef HAVE_WAIT3
  200. /* Define if you have the waitpid function.  */
  201. #undef HAVE_WAITPID
  202. /* Define if you have the <alloca.h> header file.  */
  203. #undef HAVE_ALLOCA_H
  204. /* Define if you have the <argz.h> header file.  */
  205. #undef HAVE_ARGZ_H
  206. /* Define if you have the <fcntl.h> header file.  */
  207. #undef HAVE_FCNTL_H
  208. /* Define if you have the <gssapi.h> header file.  */
  209. #undef HAVE_GSSAPI_H
  210. /* Define if you have the <gssapi/gssapi.h> header file.  */
  211. #undef HAVE_GSSAPI_GSSAPI_H
  212. /* Define if you have the <gssapi/gssapi_generic.h> header file.  */
  213. #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
  214. /* Define if you have the <limits.h> header file.  */
  215. #undef HAVE_LIMITS_H
  216. /* Define if you have the <locale.h> header file.  */
  217. #undef HAVE_LOCALE_H
  218. /* Define if you have the <malloc.h> header file.  */
  219. #undef HAVE_MALLOC_H
  220. /* Define if you have the <memory.h> header file.  */
  221. #undef HAVE_MEMORY_H
  222. /* Define if you have the <nl_types.h> header file.  */
  223. #undef HAVE_NL_TYPES_H
  224. /* Define if you have the <sgtty.h> header file.  */
  225. #undef HAVE_SGTTY_H
  226. /* Define if you have the <stdarg.h> header file.  */
  227. #undef HAVE_STDARG_H
  228. /* Define if you have the <string.h> header file.  */
  229. #undef HAVE_STRING_H
  230. /* Define if you have the <sys/fcntl.h> header file.  */
  231. #undef HAVE_SYS_FCNTL_H
  232. /* Define if you have the <sys/itimer.h> header file.  */
  233. #undef HAVE_SYS_ITIMER_H
  234. /* Define if you have the <sys/param.h> header file.  */
  235. #undef HAVE_SYS_PARAM_H
  236. /* Define if you have the <sys/wait.h> header file.  */
  237. #undef HAVE_SYS_WAIT_H
  238. /* Define if you have the <termio.h> header file.  */
  239. #undef HAVE_TERMIO_H
  240. /* Define if you have the <termios.h> header file.  */
  241. #undef HAVE_TERMIOS_H
  242. /* Define if you have the <unistd.h> header file.  */
  243. #undef HAVE_UNISTD_H
  244. /* Define if you have the crypt library (-lcrypt).  */
  245. #undef HAVE_LIBCRYPT
  246. /* Define if you have the i library (-li).  */
  247. #undef HAVE_LIBI
  248. /* Define if you have the inet library (-linet).  */
  249. #undef HAVE_LIBINET
  250. /* Define if you have the inet6 library (-linet6).  */
  251. #undef HAVE_LIBINET6
  252. /* Define if you have the intl library (-lintl).  */
  253. #undef HAVE_LIBINTL
  254. /* Define if you have the krb5 library (-lkrb5).  */
  255. #undef HAVE_LIBKRB5
  256. /* Define if you have the nsl library (-lnsl).  */
  257. #undef HAVE_LIBNSL
  258. /* Define if you have the opie library (-lopie).  */
  259. #undef HAVE_LIBOPIE
  260. /* Define if you have the socket library (-lsocket).  */
  261. #undef HAVE_LIBSOCKET
  262. /* Define if you have the socks library (-lsocks).  */
  263. #undef HAVE_LIBSOCKS