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

Email客户端

开发平台:

Unix_Linux

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.    Descriptive text for the C preprocessor macros that
  4.    the distributed Autoconf macros can define.
  5.    No software package will use all of them; autoheader copies the ones
  6.    your configure.in uses into your configuration header file templates.
  7.    Leave the following blank line there!!  Autoheader needs it.  */
  8. /* Define to 1 if NLS is requested.  */
  9. #undef ENABLE_NLS
  10. /* Define if you have atexit */
  11. #undef HAVE_ATEXIT
  12. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  13. #undef HAVE_CATGETS
  14. /* Define if you have GNU's getopt family of functions.  */
  15. #undef HAVE_GETOPTLONG
  16. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  17. #undef HAVE_GETTEXT
  18. /* Define if you have MIT kerberos */
  19. #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
  20. /* Define if you have herror available in your bind library */
  21. #undef HAVE_HERROR
  22. /* Define if your locale.h file contains LC_MESSAGES.  */
  23. #undef HAVE_LC_MESSAGES
  24. /* Define if you have md5 in libc.  */
  25. #undef HAVE_MD5
  26. /* Define if you have the memmove function.  */
  27. #undef HAVE_MEMMOVE
  28. /* Define if you have on_exit */
  29. #undef HAVE_ON_EXIT
  30. /* Define if you have res_search available in your bind library */
  31. #undef HAVE_RES_SEARCH
  32. /* Define if you have setrlimit */
  33. #undef HAVE_SETRLIMIT
  34. /* Define if you want built-in SOCKS support */
  35. #undef HAVE_SOCKS
  36. /* Define as 1 if you have the stpcpy function.  */
  37. #undef HAVE_STPCPY
  38. /* Define if you have the strcasecmp function.  */
  39. #undef HAVE_STRCASECMP
  40. /* Define if you have strstr */
  41. #undef HAVE_STRSTR
  42. /* Define if `union wait' is the type of the first arg to wait functions.  */
  43. #undef HAVE_UNION_WAIT
  44. /* Define if your C compiler allows void * as a function result */
  45. #undef HAVE_VOIDPOINTER
  46. /* Define if your C compiler allows ANSI volatile */
  47. #undef HAVE_VOLATILE
  48. /* Define if you have vsyslog */
  49. #undef HAVE_VSYSLOG
  50. /* Define to the name of the distribution.  */
  51. #undef PACKAGE
  52. /* Compute an appropriate directory for PID lock files */
  53. #undef PID_DIR
  54. /* Define to help us deduce a 32-bit type (required for Kerberos) */
  55. #undef SIZEOF_INT
  56. #undef SIZEOF_SHORT
  57. #undef SIZEOF_LONG
  58. /* Define if you want POP3 support compiled in */
  59. #undef POP3_ENABLE
  60. /* Define if you want POP2 support compiled in */
  61. #undef POP2_ENABLE
  62. /* Define if you want IMAP support compiled in */
  63. #undef IMAP_ENABLE
  64. /* Define if you want ETRN support compiled in */
  65. #undef ETRN_ENABLE
  66. /* Define if you want RPA support compiled in */
  67. #undef RPA_ENABLE
  68. /* Define if you want NTLM authentication */
  69. #undef NTLM_ENABLE
  70. /* Define if you want SDPS support compiled in */
  71. #undef SDPS_ENABLE
  72. /* Define if you want SSL support compiled in */
  73. #undef SSL_ENABLE
  74. /* Define if you want OPIE support compiled in */
  75. #undef OPIE_ENABLE
  76. /* Define if you want IPv6 support compiled in */
  77. #undef INET6_ENABLE
  78. /* Define if you want network security support compiled in */
  79. #undef NET_SECURITY
  80. /* Define if you want GSSAPI authentication */
  81. #undef GSSAPI
  82. /* Define if you have HEIMDAL kerberos 5 */
  83. #undef HEIMDAL
  84. /* Define to the version of the distribution.  */
  85. #undef VERSION
  86. /* Leave that blank line there!!  Autoheader needs it.
  87.    If you're adding to this file, keep in mind:
  88.    The entries are in sort -df order: alphabetical, case insensitive,
  89.    ignoring punctuation (such as underscores).  */