summaryrefslogtreecommitdiff
path: root/src/include/config.h
AgeCommit message (Expand)Author
1997-02-04remove old non-autoconf config.hMarc G. Fournier
1997-01-30AIX *does* have <sys/select.h>Marc G. Fournier
1997-01-30aix does have <termios.h>Marc G. Fournier
1997-01-29Linux doesn't have sys/select.h...Marc G. Fournier
1997-01-27Slight change to nabstime.c so that configure is able to handle a systemMarc G. Fournier
1997-01-27Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconfMarc G. Fournier
1997-01-26Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier
1997-01-25Okay, this should pretty much clean up the psql/readline/history mess.Marc G. Fournier
1997-01-25Why can't everyone be standard? :(Marc G. Fournier
1997-01-25Some fixes for using configure under sparc_solarisMarc G. Fournier
1997-01-25would you mind committing the following changes for me? (the firstBruce Momjian
1997-01-25The check should be for getrusage(), not rusage() ... change the definesMarc G. Fournier
1997-01-25Change how readline support is included in psql.c ...Marc G. Fournier
1997-01-24Switch over NEED_RUSAGE to HAVE_RUSAGE for configureMarc G. Fournier
1997-01-24I reversed a bunch of the #define's inadvertantly...Marc G. Fournier
1997-01-24Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier
1997-01-24Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_HMarc G. Fournier
1997-01-24Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure...Marc G. Fournier
1997-01-24Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparationMarc G. Fournier
1997-01-24Remove from include/config.h:Marc G. Fournier
1997-01-24This should clean everything up back to pre-configure statusMarc G. Fournier
1997-01-24Okay, that does it for tonight...Marc G. Fournier
1997-01-23The last patch fixes some incongruences in the #define used to compile theMarc G. Fournier
1997-01-23Document and enable ACLGROUP_PATCH submitted by MassimoMarc G. Fournier
1997-01-23Remove SB_PAD. Compute padding at compile time.Bruce Momjian
1997-01-22Taking a chance here. Under both Solaris and FreeBSD, there is aMarc G. Fournier
1997-01-14DEC Alpha fix. Missing #.Bruce Momjian
1997-01-13Part of patch to make a working nextstep port.Bryan Henderson
1997-01-13From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1997-01-06Add Irix stuff.Bryan Henderson
1997-01-06PORT NeXT requires an isascii() define...put it in config.h, most likelyMarc G. Fournier
1997-01-06add define for USE_LIMIT_H into NeXT port...Marc G. Fournier
1996-12-28Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-12-23Fix Solaris stuff so it compiles. Thanks Keith Parks.Bryan Henderson
1996-12-20Remove NOTIFY_PATCH.Bruce Momjian
1996-12-19Add various comments to explain #define's and add a few extra #define'sMarc G. Fournier
1996-12-15Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson
1996-12-10Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-12-03Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.Bryan Henderson
1996-11-27Remove unused define's.Bruce Momjian
1996-11-27More stuff to make it compile on various ports.Bryan Henderson
1996-11-26Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson
1996-11-18Include some macros that used to be -D options in Makefile.global.Bryan Henderson
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-10Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.Bryan Henderson
1996-11-09A few more sparc_solaris cleanups from keith parksMarc G. Fournier
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-04Remove AMERICAN STYLE. Not used.Bruce Momjian