Added linux386 platform.

This commit is contained in:
dtrg
2007-04-21 23:02:11 +00:00
parent 42c2cdb985
commit 3756b414de
28 changed files with 1118 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* $Source$
* $State$
* $Revision$
*/
#ifndef _ACK_CONFIG_H
#define _ACK_CONFIG_H
/* We're providing a time() system call rather than wanting a wrapper around
* gettimeofday() in the libc. */
/* #define ACKCONF_TIME_IS_A_SYSCALL */
#endif