diff options
author | Marc G. Fournier | 1997-06-01 15:50:08 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-06-01 15:50:08 +0000 |
commit | b3db8ee0b206de43ed552a19aee8a03f27d20ea3 (patch) | |
tree | a185e729c4f41292b68a26738b49ab271530ecac | |
parent | ad8d504f90f3675ef1e7d2da6dade6069cd01bb7 (diff) |
From: Darren King <[email protected]>
Subject: [PATCHES] aix.h needs POSIX...
-rw-r--r-- | src/include/port/aix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/port/aix.h b/src/include/port/aix.h index 1d50688d90f..30b9a18493b 100644 --- a/src/include/port/aix.h +++ b/src/include/port/aix.h @@ -1,3 +1,5 @@ +# define USE_POSIX_TIME +# define USE_POSIX_SIGNALS # define CLASS_CONFLICT # define DISABLE_XOPEN_NLS # define HAVE_ANSI_CPP |