From b3db8ee0b206de43ed552a19aee8a03f27d20ea3 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 1 Jun 1997 15:50:08 +0000 Subject: [PATCH] From: Darren King Subject: [PATCHES] aix.h needs POSIX... --- src/include/port/aix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/port/aix.h b/src/include/port/aix.h index 1d50688d90..30b9a18493 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 -- 2.11.0