From 8ae23e1305e272c84aa0d180db2811936ad79856 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 19 Jul 1998 01:11:01 +0000 Subject: [PATCH] Add DISABLE_COMPLEX_MACRO to sco. --- src/include/port/sco.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/port/sco.h b/src/include/port/sco.h index 30db00386f..1927686dfe 100644 --- a/src/include/port/sco.h +++ b/src/include/port/sco.h @@ -3,3 +3,5 @@ #define MAXPATHLEN _POSIX_PATH_MAX #define NOFILE NOFILES_MIN + +#define DISABLE_COMPLEX_MACRO