Commit Graph

34 Commits (a836abe9f6934b51a0f92cb50c8514cd6f14c8b6)

Author SHA1 Message Date
Peter Eisentraut 7cc514ac65 Upgrade to Autoconf 2.63 16 years ago
Peter Eisentraut 559cb873d3 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 17 years ago
Peter Eisentraut 95ea526e21 Backport fixed AC_FUNC_FSEEKO 18 years ago
Tom Lane e71d09a472 Clean up printf arg-control test, per Kurt Roeckx. 21 years ago
Bruce Momjian b4feafb6ff Add support to port/snprintf.c for position parameter specification: 21 years ago
Bruce Momjian b5498167d7 Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to 21 years ago
Bruce Momjian 314cef0f12 Update comment on int64 printf speciifications for MinGW: 21 years ago
Bruce Momjian e97c817092 Use _timezone global on Cygwin instead of timezone. 21 years ago
Bruce Momjian a63d2168e9 Fix strerror_r by checking return type from configure. 22 years ago
Bruce Momjian aaf54d99f0 Handle draft version of getpwuid_r() that accepts only four arguments. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane df63503dc2 Have a go at fixing various outstanding portability issues in code that 22 years ago
Bruce Momjian 99308891ef Remove references to sa_family_t, except when SOCKADDR_STORAGE requires 23 years ago
Tom Lane ccd99a5eb5 <sys/socket.h> requires <sys/types.h> to already have been included 23 years ago
Bruce Momjian b4cea00a1f IPv6 cleanups. 23 years ago
Tom Lane c120f4ba0a Adjust configure so that extern tzname[] will be checked for 23 years ago
Tom Lane e138630251 On some systems <sys/types.h> must be included before <sys/socket.h>. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 23 years ago
Peter Eisentraut 25004eec95 Fix more random breakage manifesting on FreeBSD. 24 years ago
Peter Eisentraut 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro 24 years ago
Peter Eisentraut 42c3381fc7 Heimdal support (Kerberos V implementation from KTH) 24 years ago
Bruce Momjian 8799d84603 Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 24 years ago
Bruce Momjian a7621c92ae Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. 24 years ago
Tom Lane e9c936ff38 Remove rangechecks on errno; just call strerror unconditionally. This 25 years ago
Peter Eisentraut 5508ef30e2 Make checks for global variables (sys_nerr, timezone) safe against getting 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 25 years ago
Bruce Momjian 4af1d7c033 Fix configure types.h 25 years ago
Bruce Momjian b2cf67888d Add sys/types include for sockaddr test to configure 25 years ago
Peter Eisentraut 664ce79dd8 Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 25 years ago
Peter Eisentraut 06cd0f1a32 Substituted new configure test for types of accept() 26 years ago