summaryrefslogtreecommitdiff
path: root/config/c-library.m4
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-021-27/+1
* Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut2008-08-211-9/+9
* Backport fixed AC_FUNC_FSEEKOPeter Eisentraut2008-02-191-1/+27
* Clean up printf arg-control test, per Kurt Roeckx.Tom Lane2005-02-241-11/+9
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-1/+34
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-161-7/+12
* Update comment on int64 printf speciifications for MinGW:Bruce Momjian2004-10-041-1/+5
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-2/+6
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-071-1/+18
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-1/+24
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-9/+15
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-1/+14
* <sys/socket.h> requires <sys/types.h> to already have been includedTom Lane2003-06-121-2/+3
* IPv6 cleanups.Bruce Momjian2003-06-121-5/+16
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-221-1/+33
* On some systems <sys/types.h> must be included before <sys/socket.h>.Tom Lane2003-04-121-2/+3
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-5/+10
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-1/+11
* Factor out the code that detects the long long int snprintf format into aPeter Eisentraut2003-01-281-1/+49
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-25/+1
* Fix more random breakage manifesting on FreeBSD.Peter Eisentraut2002-03-301-2/+2
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-127/+10
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-1/+32
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-201-1/+25
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-071-1/+49
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-17/+1
* Make checks for global variables (sys_nerr, timezone) safe against gettingPeter Eisentraut2001-01-101-5/+7
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-1/+16
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-031-1/+28
* Fix configure types.hBruce Momjian2000-10-021-5/+3
* Add sys/types include for sockaddr test to configureBruce Momjian2000-10-021-1/+4
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-271-2/+20
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-111-0/+79