From 442306fe3648a8c739976dd74b9c41fdbc663f85 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 6 Jun 1997 01:39:24 +0000 Subject: [PATCH] From: "Brian E. Gallew" Define USE_POSIX_TIME for dgux port --- src/include/port/dgux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h index 0d2f99a6fd..e99e3dbc2c 100644 --- a/src/include/port/dgux.h +++ b/src/include/port/dgux.h @@ -1,5 +1,6 @@ #define LINUX_ELF #define USE_POSIX_SIGNALS +#define USE_POSIX_TIME #ifndef BYTE_ORDER # define BYTE_ORDER BIG_ENDIAN #endif