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

WEB邮件程序

开发平台:

C/C++

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Define to empty if the keyword does not work.  */
  3. #undef const
  4. /* Define to `int' if <sys/types.h> doesn't define.  */
  5. #undef gid_t
  6. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  7. #undef HAVE_SYS_WAIT_H
  8. /* Define to `int' if <sys/types.h> doesn't define.  */
  9. #undef pid_t
  10. /* Define if you have the ANSI C header files.  */
  11. #undef STDC_HEADERS
  12. /* Define to `int' if <sys/types.h> doesn't define.  */
  13. #undef uid_t
  14. /* Whether we must provide a prototype for crypt() */
  15. #undef NEED_CRYPT_PROTOTYPE
  16. /* Whether we have the crypt function */
  17. #undef HAVE_CRYPT
  18. /* Whether we have the MD5 library available */
  19. #undef HAVE_MD5LIB
  20. /* Whether we have the SHA1 library available */
  21. #undef HAVE_SHA1LIB
  22. /* Whether we have the HMAC library available */
  23. #undef HAVE_HMACLIB
  24. /* Location of the userdb database */
  25. #undef USERDB
  26. /* This macro is used to build the list of modules installed in libauth.a */
  27. #undef STATIC_LIST
  28. /* This macro is used to build the list of SASL modules */
  29. #undef SASL_LIST
  30. /* This macro is used to build the real list of modules, for authdaemond */
  31. #undef DAEMON_STATIC_LIST
  32. /* The REAL modules, used by authdaemond */
  33. #undef AUTHDAEMONMODULELIST
  34. /* Define if you have the getspent function.  */
  35. #undef HAVE_GETSPENT
  36. /* Define if you have the initgroups function.  */
  37. #undef HAVE_INITGROUPS
  38. /* Define if you have the pam_setcred function.  */
  39. #undef HAVE_PAM_SETCRED
  40. /* Define if you have the setgroups function.  */
  41. #undef HAVE_SETGROUPS
  42. /* Define if you have the <Pam/pam_appl.h> header file.  */
  43. #undef HAVE_PAM_PAM_APPL_H
  44. /* Define if you have the <crypt.h> header file.  */
  45. #undef HAVE_CRYPT_H
  46. /* Define if you have the <fcntl.h> header file.  */
  47. #undef HAVE_FCNTL_H
  48. /* Define if you have the <lber.h> header file.  */
  49. #undef HAVE_LBER_H
  50. /* Define if you have the <ldap.h> header file.  */
  51. #undef HAVE_LDAP_H
  52. /* Define if you have the <security/pam_appl.h> header file.  */
  53. #undef HAVE_SECURITY_PAM_APPL_H
  54. /* Define if you have the <shadow.h> header file.  */
  55. #undef HAVE_SHADOW_H
  56. /* Define if you have the <sys/stat.h> header file.  */
  57. #undef HAVE_SYS_STAT_H
  58. /* Define if you have the <sys/time.h> header file.  */
  59. #undef HAVE_SYS_TIME_H
  60. /* Define if you have the <sys/wait.h> header file.  */
  61. #undef HAVE_SYS_WAIT_H
  62. /* Define if you have the <syslog.h> header file.  */
  63. #undef HAVE_SYSLOG_H
  64. /* Define if you have the <unistd.h> header file.  */
  65. #undef HAVE_UNISTD_H
  66. /* Define if you have the shadow library (-lshadow).  */
  67. #undef HAVE_LIBSHADOW