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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  3. ** distribution information.
  4. */
  5. /* Whether flock_t structure is defined */
  6. #undef HAS_FLOCK_T
  7. /* Whether fcntl locking call is available */
  8. #undef HAS_FCNTL
  9. /* Whether flock locking call is available */
  10. #undef HAS_FLOCK
  11. /* Whether lockf locking call is available */
  12. #undef HAS_LOCKF
  13. /* LL_OFFSET_TYPE is Either off64_t or off_t */
  14. #undef LL_OFFSET_TYPE