acconfig.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- /*
- ** Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- ** distribution information.
- */
- /* $Id: acconfig.h,v 1.12 2000/04/28 02:42:01 mrsam Exp $ */
- /* Our package */
- #undef PACKAGE
- /* Our version */
- #undef VERSION
- /* Authenticate via .sqwebmail-pass */
- #undef ENABLE_WEBPASS
- /* End session after this many seconds, no matter what */
- #undef TIMEOUTHARD
- /* End session after this many seconds of inactivity */
- #undef TIMEOUTSOFT
- /* Purge deleted messages after this many days */
- #undef AUTOPURGE
- /* Maximum value for AUTOPURGE */
- #undef MAXPURGE
- /* Maximum size of unsigned long+0 byte */
- #undef MAXLONGSIZE
- /* Our mime.types file */
- #undef MIMETYPES
- /* Our banner generating program */
- #undef BANNERPROG
- /* Location of ispell */
- #undef ISPELL
- /* Whether we should use MD5 password hashes */
- #undef HAVE_MD5
- /* Whether we should generate https URLs for non-login activities */
- #undef USE_HTTPS
- /* Whether we should generate https URLs for logins */
- #undef USE_HTTPS_LOGIN
- /* Location of login cache directory */
- #undef CACHEDIR
- /* Owner of the login cache directory */
- #undef CACHEOWNER
- /* Location of the gzip compressor */
- #undef GZIP
- /* Whether crypt() needs to be prototyped */
- #undef NEED_CRYPT_PROTOTYPE
- /* Whether to change password via vpopmail */
- #undef WEBPASS_CHANGE_VCHKPW