acconfig.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- /*
- ** Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- ** distribution information.
- */
- /* $Id: acconfig.h,v 1.6 2000/04/26 22:32:37 mrsam Exp $ */
- /* Whether we must provide a prototype for crypt() */
- #undef NEED_CRYPT_PROTOTYPE
- /* Whether we have the crypt function */
- #undef HAVE_CRYPT
- /* Whether we have the MD5 library available */
- #undef HAVE_MD5LIB
- /* Whether we have the SHA1 library available */
- #undef HAVE_SHA1LIB
- /* Whether we have the HMAC library available */
- #undef HAVE_HMACLIB
- /* Location of the userdb database */
- #undef USERDB
- /* This macro is used to build the list of modules installed in libauth.a */
- #undef STATIC_LIST
- /* This macro is used to build the list of SASL modules */
- #undef SASL_LIST
- /* This macro is used to build the real list of modules, for authdaemond */
- #undef DAEMON_STATIC_LIST
- /* The REAL modules, used by authdaemond */
- #undef AUTHDAEMONMODULELIST