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 if the system does not provide POSIX.1 features except
  13.    with this defined.  */
  14. #undef _POSIX_1_SOURCE
  15. /* Define if you need to in order for stat and other things to work.  */
  16. #undef _POSIX_SOURCE
  17. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  18. #undef size_t
  19. /* Define if you have the ANSI C header files.  */
  20. #undef STDC_HEADERS
  21. /* Define if your <sys/time.h> declares struct tm.  */
  22. #undef TM_IN_SYS_TIME
  23. /* Whether daylight savings time offset is set via the altzone variable */
  24. #undef USE_TIME_ALTZONE
  25. /* Whether daylight savings time offset is set via the tm_isdst member */
  26. #undef USE_TIME_DAYLIGHT
  27. /* Whether time offset is specified via the tm_gmtoff member */
  28. #undef USE_TIME_GMTOFF