pgsql/config (c-library.m4)

From: petere(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/config (c-library.m4)
Date: 2000-11-03 18:43:51
Message-ID: 200011031843.eA3IhpI90256@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, November 3, 2000 @ 13:43:51
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/config
from hub.org:/home/projects/pgsql/tmp/cvs-serv88381/config

Modified Files:
c-library.m4

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message petere 2000-11-03 18:43:52 pgsql/src/include (c.h config.h.in)
Previous Message Bruce Momjian 2000-11-03 18:18:23 Re: Re: [COMMITTERS] pgsql/contrib/pg_dumpaccounts (Makefile README pg_dumpaccounts.sh)