diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-03 18:43:52 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-03 18:43:52 +0000 |
commit | dfda21e7a66a11a70c31c4cd625ae0d0988ed248 (patch) | |
tree | 55a98fb7ebac9be43cdf0423f5915923300815ef /src/include/port/unixware.h | |
parent | b98ba2a04c07c451cb26a6865d7a9fae4659261d (diff) | |
download | postgresql-dfda21e7a66a11a70c31c4cd625ae0d0988ed248.tar.gz postgresql-dfda21e7a66a11a70c31c4cd625ae0d0988ed248.zip |
Add configure check to see whether <string.h> and <strings.h> may both be
included, and then include <strings.h> if so. Several systems already
needed <strings.h> anyway. Some new systems that claim to conform to the
Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99
compilers will not like that.
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r-- | src/include/port/unixware.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index 380a19078f9..76d5f26d88b 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -14,12 +14,6 @@ typedef unsigned char slock_t; #define DISABLE_COMPLEX_MACRO -/*************************************************************** - * The following include will get the needed prototype for the - * strcasecmp() function. - ***************************************************************/ -#include <strings.h> - #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif |