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.6 2000/04/26 22:32:37 mrsam Exp $ */
  6. /* Whether we must provide a prototype for crypt() */
  7. #undef NEED_CRYPT_PROTOTYPE
  8. /* Whether we have the crypt function */
  9. #undef HAVE_CRYPT
  10. /* Whether we have the MD5 library available */
  11. #undef HAVE_MD5LIB
  12. /* Whether we have the SHA1 library available */
  13. #undef HAVE_SHA1LIB
  14. /* Whether we have the HMAC library available */
  15. #undef HAVE_HMACLIB
  16. /* Location of the userdb database */
  17. #undef USERDB
  18. /* This macro is used to build the list of modules installed in libauth.a */
  19. #undef STATIC_LIST
  20. /* This macro is used to build the list of SASL modules */
  21. #undef SASL_LIST
  22. /* This macro is used to build the real list of modules, for authdaemond */
  23. #undef DAEMON_STATIC_LIST
  24. /* The REAL modules, used by authdaemond */
  25. #undef AUTHDAEMONMODULELIST