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

WEB邮件程序

开发平台:

C/C++

  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 to empty if the keyword does not work.  */
  9. #undef const
  10. /* Define to `int' if <sys/types.h> doesn't define.  */
  11. #undef gid_t
  12. /* Define if you have the strftime function.  */
  13. #undef HAVE_STRFTIME
  14. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  15. #undef HAVE_SYS_WAIT_H
  16. /* Define if on MINIX.  */
  17. #undef _MINIX
  18. /* Define to `int' if <sys/types.h> doesn't define.  */
  19. #undef pid_t
  20. /* Define if the system does not provide POSIX.1 features except
  21.    with this defined.  */
  22. #undef _POSIX_1_SOURCE
  23. /* Define if you need to in order for stat and other things to work.  */
  24. #undef _POSIX_SOURCE
  25. /* Define as the return type of signal handlers (int or void).  */
  26. #undef RETSIGTYPE
  27. /* Define if you have the ANSI C header files.  */
  28. #undef STDC_HEADERS
  29. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  30. #undef TIME_WITH_SYS_TIME
  31. /* Define if your <sys/time.h> declares struct tm.  */
  32. #undef TM_IN_SYS_TIME
  33. /* Define to `int' if <sys/types.h> doesn't define.  */
  34. #undef uid_t
  35. /* Authenticate via .sqwebmail-pass */
  36. #undef ENABLE_WEBPASS
  37. /* End session after this many seconds, no matter what */
  38. #undef TIMEOUTHARD
  39. /* End session after this many seconds of inactivity */
  40. #undef TIMEOUTSOFT
  41. /* Purge deleted messages after this many days */
  42. #undef AUTOPURGE
  43. /* Maximum value for AUTOPURGE */
  44. #undef MAXPURGE
  45. /* Maximum size of unsigned long+0 byte */
  46. #undef MAXLONGSIZE
  47. /* Our mime.types file */
  48. #undef MIMETYPES
  49. /* Our banner generating program */
  50. #undef BANNERPROG
  51. /* Location of ispell */
  52. #undef ISPELL
  53. /* Whether we should generate https URLs for non-login activities */
  54. #undef USE_HTTPS
  55. /* Whether we should generate https URLs for logins */
  56. #undef USE_HTTPS_LOGIN
  57. /* Location of login cache directory */
  58. #undef CACHEDIR
  59. /* Owner of the login cache directory */
  60. #undef CACHEOWNER
  61. /* Location of the gzip compressor */
  62. #undef GZIP
  63. /* Whether crypt() needs to be prototyped */
  64. #undef NEED_CRYPT_PROTOTYPE
  65. /* Whether to change password via vpopmail */
  66. #undef WEBPASS_CHANGE_VCHKPW
  67. /* Define if you have the crypt function.  */
  68. #undef HAVE_CRYPT
  69. /* Define if you have the setlocale function.  */
  70. #undef HAVE_SETLOCALE
  71. /* Define if you have the setreuid function.  */
  72. #undef HAVE_SETREUID
  73. /* Define if you have the strcasecmp function.  */
  74. #undef HAVE_STRCASECMP
  75. /* Define if you have the strdup function.  */
  76. #undef HAVE_STRDUP
  77. /* Define if you have the strncasecmp function.  */
  78. #undef HAVE_STRNCASECMP
  79. /* Define if you have the utime function.  */
  80. #undef HAVE_UTIME
  81. /* Define if you have the utimes function.  */
  82. #undef HAVE_UTIMES
  83. /* Define if you have the <crypt.h> header file.  */
  84. #undef HAVE_CRYPT_H
  85. /* Define if you have the <dirent.h> header file.  */
  86. #undef HAVE_DIRENT_H
  87. /* Define if you have the <fcntl.h> header file.  */
  88. #undef HAVE_FCNTL_H
  89. /* Define if you have the <locale.h> header file.  */
  90. #undef HAVE_LOCALE_H
  91. /* Define if you have the <ndir.h> header file.  */
  92. #undef HAVE_NDIR_H
  93. /* Define if you have the <sys/dir.h> header file.  */
  94. #undef HAVE_SYS_DIR_H
  95. /* Define if you have the <sys/ndir.h> header file.  */
  96. #undef HAVE_SYS_NDIR_H
  97. /* Define if you have the <sys/stat.h> header file.  */
  98. #undef HAVE_SYS_STAT_H
  99. /* Define if you have the <sys/time.h> header file.  */
  100. #undef HAVE_SYS_TIME_H
  101. /* Define if you have the <sys/wait.h> header file.  */
  102. #undef HAVE_SYS_WAIT_H
  103. /* Define if you have the <syslog.h> header file.  */
  104. #undef HAVE_SYSLOG_H
  105. /* Define if you have the <unistd.h> header file.  */
  106. #undef HAVE_UNISTD_H
  107. /* Define if you have the <utime.h> header file.  */
  108. #undef HAVE_UTIME_H
  109. /* Define if you have the crypt library (-lcrypt).  */
  110. #undef HAVE_LIBCRYPT
  111. /* Define if you have the fcgi library (-lfcgi).  */
  112. #undef HAVE_LIBFCGI
  113. /* Define if you have the sun library (-lsun).  */
  114. #undef HAVE_LIBSUN