From: Marc G. Fournier Date: Fri, 6 Jun 1997 01:39:24 +0000 (+0000) Subject: From: "Brian E. Gallew" X-Git-Tag: REL6_1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=442306fe3648a8c739976dd74b9c41fdbc663f85;p=postgresql From: "Brian E. Gallew" Define USE_POSIX_TIME for dgux port --- 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