2016-11-12 18:20:58 +00:00
|
|
|
/* $Source: /cvsroot/tack/Ack/plat/linux386/include/ack/config.h,v $
|
|
|
|
* $State: Exp $
|
|
|
|
* $Revision: 1.1 $
|
|
|
|
*/
|
|
|
|
|
2018-06-22 21:43:15 +00:00
|
|
|
#ifndef _ACK_PLAT_H
|
|
|
|
#define _ACK_PLAT_H
|
2016-11-12 18:20:58 +00:00
|
|
|
|
|
|
|
/* We're providing a time() system call rather than wanting a wrapper around
|
|
|
|
* gettimeofday() in the libc. */
|
|
|
|
|
|
|
|
#define ACKCONF_TIME_IS_A_SYSCALL
|
|
|
|
|
|
|
|
#endif
|