From: "Brian E. Gallew" <geek+@cmu.edu>

Define USE_POSIX_TIME for dgux port
This commit is contained in:
Marc G. Fournier 1997-06-06 01:39:24 +00:00
parent 11c7d75560
commit 442306fe36
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#define LINUX_ELF
#define USE_POSIX_SIGNALS
#define USE_POSIX_TIME
#ifndef BYTE_ORDER
# define BYTE_ORDER BIG_ENDIAN
#endif