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 if you have <sys/wait.h> that is POSIX.1 compatible.  */
  9. #undef HAVE_SYS_WAIT_H
  10. /* Define if on MINIX.  */
  11. #undef _MINIX
  12. /* Define to `int' if <sys/types.h> doesn't define.  */
  13. #undef pid_t
  14. /* Define if the system does not provide POSIX.1 features except
  15.    with this defined.  */
  16. #undef _POSIX_1_SOURCE
  17. /* Define if you need to in order for stat and other things to work.  */
  18. #undef _POSIX_SOURCE
  19. /* Define if you have the ANSI C header files.  */
  20. #undef STDC_HEADERS
  21. /* Define if your processor stores words with the most significant
  22.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  23. #undef WORDS_BIGENDIAN
  24. /* Define if the X Window System is missing or not being used.  */
  25. #undef X_DISPLAY_MISSING
  26. /* Entropy source */
  27. #undef RANDOM
  28. /* How to make ps spit out lots of crap */
  29. #undef PS_OPTIONS
  30. /* And here's PS */
  31. #undef PS
  32. /* And here's w */
  33. #undef W
  34. /* Define if you have the <fcntl.h> header file.  */
  35. #undef HAVE_FCNTL_H
  36. /* Define if you have the <unistd.h> header file.  */
  37. #undef HAVE_UNISTD_H