diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-06-06 01:39:24 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-06-06 01:39:24 +0000 |
commit | 442306fe3648a8c739976dd74b9c41fdbc663f85 (patch) | |
tree | d6ceb4be3b72bd1c7ac8c63d242aa087f13de2f7 /src | |
parent | 11c7d75560e0d6e3b41c1f7c903be84915200388 (diff) | |
download | postgresql-442306fe3648a8c739976dd74b9c41fdbc663f85.tar.gz postgresql-442306fe3648a8c739976dd74b9c41fdbc663f85.zip |
From: "Brian E. Gallew" <geek+@cmu.edu>
Define USE_POSIX_TIME for dgux port
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/dgux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h index 0d2f99a6fd6..e99e3dbc2ca 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 |