Date: Friday, November 3, 2000 @ 13:43:52
Author: petere
Update of /home/projects/pgsql/cvsroot/pgsql/src/include
from hub.org:/home/projects/pgsql/tmp/cvs-serv88381/src/include
Modified Files:
c.h config.h.in
----------------------------- Log Message -----------------------------
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.
pgsql-committers by date
| Next: | From: tgl | Date: 2000-11-03 19:01:37 |
| Subject: pgsql/src/backend/utils/adt (acl.c) |
| Previous: | From: petere | Date: 2000-11-03 18:43:51 |
| Subject: pgsql/config (c-library.m4) |