From e6a0cbfcbdbb6e6e6f4be11b222bae7c48fb36f1 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 17 Apr 2000 12:53:07 -0400 Subject: [PATCH] more C99 work SCCS-file: Makefile SCCS-SID: 7.77 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index afbbc4e..6f1ce2e 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,8 @@ LDLIBS= # Add the following to the end of the "CFLAGS=" line as needed. # -DHAVE_ADJTIME=0 if `adjtime' does not exist (SVR0?) # -DHAVE_GETTEXT=1 if `gettext' works (GNU, Linux, Solaris); also see LDLIBS +# -DHAVE_INCOMPATIBLE_CTIME_R=1 if your system's time.h declares +# ctime_r and asctime_r incompatibly with the POSIX standard (Solaris 8). # -DHAVE_LONG_DOUBLE=1 if your compiler supports the `long double' type # -DHAVE_SETTIMEOFDAY=0 if settimeofday does not exist (SVR0?) # -DHAVE_SETTIMEOFDAY=1 if settimeofday has just 1 arg (SVR4)