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

WEB邮件程序

开发平台:

C/C++

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Define if on AIX 3.
  3.    System headers sometimes define this.
  4.    We just want to avoid a redefinition error message.  */
  5. #ifndef _ALL_SOURCE
  6. #undef _ALL_SOURCE
  7. #endif
  8. /* Define to empty if the keyword does not work.  */
  9. #undef const
  10. /* Define if on MINIX.  */
  11. #undef _MINIX
  12. /* Define to `long' if <sys/types.h> doesn't define.  */
  13. #undef off_t
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. #undef pid_t
  16. /* Define if the system does not provide POSIX.1 features except
  17.    with this defined.  */
  18. #undef _POSIX_1_SOURCE
  19. /* Define if you need to in order for stat and other things to work.  */
  20. #undef _POSIX_SOURCE
  21. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  22. #undef size_t
  23. /* Define if you have the ANSI C header files.  */
  24. #undef STDC_HEADERS
  25. /* Whether unistd.h includes a prototype for gethostname */
  26. #undef HAS_GETHOSTNAME
  27. /* Package that uses this RFC2045 library */
  28. #undef RFC2045PKG
  29. /* Version of the package that uses this RFC2045 library */
  30. #undef RFC2045VER
  31. /* Define if you have the <strings.h> header file.  */
  32. #undef HAVE_STRINGS_H
  33. /* Define if you have the <sys/wait.h> header file.  */
  34. #undef HAVE_SYS_WAIT_H
  35. /* Define if you have the <unistd.h> header file.  */
  36. #undef HAVE_UNISTD_H