pgsql/src/include (c.h config.h.in) - Mailing list pgsql-committers

From petere@postgresql.org
Subject pgsql/src/include (c.h config.h.in)
Date
Msg-id 200011031843.eA3Ihqq90260@hub.org
Whole thread Raw
List pgsql-committers
  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:

Previous
From: petere@postgresql.org
Date:
Subject: pgsql (configure configure.in)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/utils/adt (acl.c)