]> granicus.if.org Git - postgresql/commit
Add configure check to see whether <string.h> and <strings.h> may both be
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 3 Nov 2000 18:43:52 +0000 (18:43 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 3 Nov 2000 18:43:52 +0000 (18:43 +0000)
commitdfda21e7a66a11a70c31c4cd625ae0d0988ed248
tree55a98fb7ebac9be43cdf0423f5915923300815ef
parentb98ba2a04c07c451cb26a6865d7a9fae4659261d
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.
config/c-library.m4
configure
configure.in
src/include/c.h
src/include/config.h.in
src/include/port/sco.h
src/include/port/univel.h
src/include/port/unixware.h