summaryrefslogtreecommitdiff
path: root/src/include/port/univel.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-14 01:34:07 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-14 01:34:07 +0000
commitb52c666a99f51d8d8b5d154600787badfad3f718 (patch)
treed97aa2d27977474a1fbda2c9aa6ade474652af76 /src/include/port/univel.h
parentbedfe275cc687954f7bcc867d3946b0832594278 (diff)
downloadpostgresql-b52c666a99f51d8d8b5d154600787badfad3f718.tar.gz
Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our
macros.
Diffstat (limited to 'src/include/port/univel.h')
-rw-r--r--src/include/port/univel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/port/univel.h b/src/include/port/univel.h
index cd52bd7687..ae706eda5e 100644
--- a/src/include/port/univel.h
+++ b/src/include/port/univel.h
@@ -10,8 +10,11 @@
* the native UNIXWARE C compiler.
***************************************/
#define USE_UNIVEL_CC
+
typedef unsigned char slock_t;
+#define DISABLE_COMPLEX_MACRO
+
/***************************************************************
* strcasecmp() is in c89.a. The following include will get the
* needed prototype.