diff options
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r-- | src/include/port/unixware.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index e552202f5f9..c52b9b0948d 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -5,13 +5,17 @@ #define HAS_TEST_AND_SET #define NEED_I386_TAS_ASM + /*************************************** * Define this if you are compiling with * the native UNIXWARE C compiler. ***************************************/ -#define UNIXWARE +#define USE_UNIVEL_CC + typedef unsigned char slock_t; +#define DISABLE_COMPLEX_MACRO + /*************************************************************** * The following include will get the needed prototype for the * strcasecmp() function. |