config.h 406 B

123456789101112131415161718
  1. /* $Source: /cvsroot/tack/Ack/plat/linux386/include/ack/config.h,v $
  2. * $State: Exp $
  3. * $Revision: 1.1 $
  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. /* We don't support floating point right now. */
  11. /* #define ACKCONF_NO_STDIO_FLOAT */
  12. #endif