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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.
  3. ** See COPYING for distribution information.
  4. */
  5. /* Whether we have the crypt function */
  6. #undef HAVE_CRYPT
  7. /* Whether we need to explicitly prototype the crypt() function */
  8. #undef NEED_CRYPT_PROTOTYPE
  9. /* Location of system's random number generator */
  10. #undef RANDOM
  11. /* Whether we have the MD5 library available */
  12. #undef HAVE_MD5
  13. /* Whether we have the HMAC library available */
  14. #undef HAVE_HMAC