diff options
author | Bruce Momjian | 1998-07-19 01:11:01 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-07-19 01:11:01 +0000 |
commit | 8ae23e1305e272c84aa0d180db2811936ad79856 (patch) | |
tree | b77345f598904ed9270b9396271fd628a70ff33f | |
parent | 7b2b779a2a00adef83ec530399aece723610d90c (diff) |
Add DISABLE_COMPLEX_MACRO to sco.
-rw-r--r-- | src/include/port/sco.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/port/sco.h b/src/include/port/sco.h index 30db00386fd..1927686dfe1 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 |