summaryrefslogtreecommitdiff
path: root/src/include/config.h
AgeCommit message (Expand)Author
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
1996-11-04Remove OPENLINK defineBruce Momjian
1996-11-04Remove NULL_PATCH defineBruce Momjian
1996-11-04Remove ARRAY_PATCH defineBruce Momjian
1996-11-04Remove ESCAPE_PATCH defineBruce Momjian
1996-11-01Removal of bsdi_2_1 port.Bruce Momjian
1996-10-31USE of PORTNAME_* should be discouraged wherever possible. The codeMarc G. Fournier
1996-10-31changed define(port) to define(PORTNAME_port)Bruce Momjian
1996-10-24Bruce...does this fix it once and for all? *grin*Marc G. Fournier
1996-10-20Make default HAVE_MEMMOVE defined, undef inside of definitions for sparcMarc G. Fournier
1996-10-20Add #define HAVE_MEMMOVE for systems that do have it.Marc G. Fournier
1996-10-20Clean up comments (-Wall -Werror)Marc G. Fournier
1996-10-18Document some more #ifdef'sMarc G. Fournier
1996-10-18Document #ifdef's from backend/access subdirs so that we know whatMarc G. Fournier
1996-10-18Moved more -D's out of the port specific Makefiles straight into theMarc G. Fournier
1996-10-18Centralize more of the defines from backend/port under config.hMarc G. Fournier
1996-10-17Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.cMarc G. Fournier
1996-10-08Change sh-style comments to C comments.Bruce Momjian
1996-10-08Moved the following definitions to include/config.h from Makefile.global:Marc G. Fournier
1996-10-07Move the NAMEDATALEN/OIDNAMELEN defines to include/config.hMarc G. Fournier
1996-10-05Stylistic cleanups...Marc G. Fournier
1996-10-05Change shell-style comments to C-style.Bruce Momjian
1996-10-04Moved the define of SIGNAL_ARGS that D'Arcy just created to config.h so thatMarc G. Fournier
1996-10-03Fixed file to properly do SEMUN for BSDI.Bruce Momjian
1996-10-02Added NEED_UNION_SEMUN to config.hMarc G. Fournier
1996-09-16enable PQ_NOTIFY_PATCH in config.hMarc G. Fournier
1996-09-16Enable FUNC_UTIL_PATCH by defaultMarc G. Fournier
1996-09-10Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.globalMarc G. Fournier
1996-08-27#ifndef the include file like the rest, so that it doesn't get pulledMarc G. Fournier
1996-08-27Oops, win32 does have one more thing in its machine.h...move thatMarc G. Fournier
1996-08-27We have a machine.h for each platform just because of BLCKSZ, and everyMarc G. Fournier
1996-08-27One file at a time, one directory after the other...this is goingMarc G. Fournier
1996-08-27first attempt at centralizing config information for portsMarc G. Fournier
1996-08-27Its a start...Marc G. Fournier