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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  3. ** distribution information.
  4. */
  5. /* $Id: acconfig.h,v 1.12 2000/04/28 02:42:01 mrsam Exp $ */
  6. /* Our package */
  7. #undef PACKAGE
  8. /* Our version */
  9. #undef VERSION
  10. /* Authenticate via .sqwebmail-pass */
  11. #undef ENABLE_WEBPASS
  12. /* End session after this many seconds, no matter what */
  13. #undef TIMEOUTHARD
  14. /* End session after this many seconds of inactivity */
  15. #undef TIMEOUTSOFT
  16. /* Purge deleted messages after this many days */
  17. #undef AUTOPURGE
  18. /* Maximum value for AUTOPURGE */
  19. #undef MAXPURGE
  20. /* Maximum size of unsigned long+0 byte */
  21. #undef MAXLONGSIZE
  22. /* Our mime.types file */
  23. #undef MIMETYPES
  24. /* Our banner generating program */
  25. #undef BANNERPROG
  26. /* Location of ispell */
  27. #undef ISPELL
  28. /* Whether we should use MD5 password hashes */
  29. #undef HAVE_MD5
  30. /* Whether we should generate https URLs for non-login activities */
  31. #undef USE_HTTPS
  32. /* Whether we should generate https URLs for logins */
  33. #undef USE_HTTPS_LOGIN
  34. /* Location of login cache directory */
  35. #undef CACHEDIR
  36. /* Owner of the login cache directory */
  37. #undef CACHEOWNER
  38. /* Location of the gzip compressor */
  39. #undef GZIP
  40. /* Whether crypt() needs to be prototyped */
  41. #undef NEED_CRYPT_PROTOTYPE
  42. /* Whether to change password via vpopmail */
  43. #undef WEBPASS_CHANGE_VCHKPW