config.h 248 B

1234567891011121314
  1. /* $Source$
  2. * $State$
  3. * $Revision$
  4. */
  5. #ifndef _ACK_CONFIG_H
  6. #define _ACK_CONFIG_H
  7. /* We're providing a time() system call rather than wanting a wrapper around
  8. * gettimeofday() in the libc. */
  9. /* #define ACKCONF_TIME_IS_A_SYSCALL */
  10. #endif