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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.
  3. ** See COPYING for distribution information.
  4. */
  5. /* $Id: acconfig.h,v 1.2 1999/12/06 13:29:49 mrsam Exp $ */
  6. /* Whether daylight savings time offset is set via the altzone variable */
  7. #undef USE_TIME_ALTZONE
  8. /* Whether daylight savings time offset is set via the tm_isdst member */
  9. #undef USE_TIME_DAYLIGHT
  10. /* Whether time offset is specified via the tm_gmtoff member */
  11. #undef USE_TIME_GMTOFF