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

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 to `int' if <sys/types.h> doesn't define.  */
  7. #undef pid_t
  8. /* Define as the return type of signal handlers (int or void).  */
  9. #undef RETSIGTYPE
  10. /* Define if you have the ANSI C header files.  */
  11. #undef STDC_HEADERS
  12. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  13. #undef TIME_WITH_SYS_TIME
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. #undef uid_t
  16. /* Whether we have the crypt function */
  17. #undef HAVE_CRYPT
  18. /* Whether we need to explicitly prototype the crypt() function */
  19. #undef NEED_CRYPT_PROTOTYPE
  20. /* Location of system's random number generator */
  21. #undef RANDOM
  22. /* Whether we have the MD5 library available */
  23. #undef HAVE_MD5
  24. /* Whether we have the HMAC library available */
  25. #undef HAVE_HMAC
  26. /* Define if you have the gettimeofday function.  */
  27. #undef HAVE_GETTIMEOFDAY
  28. /* Define if you have the isatty function.  */
  29. #undef HAVE_ISATTY
  30. /* Define if you have the <crypt.h> header file.  */
  31. #undef HAVE_CRYPT_H
  32. /* Define if you have the <fcntl.h> header file.  */
  33. #undef HAVE_FCNTL_H
  34. /* Define if you have the <sys/stat.h> header file.  */
  35. #undef HAVE_SYS_STAT_H
  36. /* Define if you have the <sys/time.h> header file.  */
  37. #undef HAVE_SYS_TIME_H
  38. /* Define if you have the <termios.h> header file.  */
  39. #undef HAVE_TERMIOS_H
  40. /* Define if you have the <unistd.h> header file.  */
  41. #undef HAVE_UNISTD_H
  42. /* Name of package */
  43. #undef PACKAGE
  44. /* Version number of package */
  45. #undef VERSION