]> granicus.if.org Git - postgresql/commitdiff
Make sure all changes are committed...
authorMarc G. Fournier <scrappy@hub.org>
Thu, 6 Feb 1997 06:33:58 +0000 (06:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 6 Feb 1997 06:33:58 +0000 (06:33 +0000)
src/Makefile.global.in
src/include/config.h.in

index 5cb85b785719893ad6436e12a8c218d033e1110b..e315e0cf1d1daad02dc073e73156fff9aa8a0d07 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.8 1997/02/05 21:21:33 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.9 1997/02/06 06:33:47 scrappy Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the 
@@ -80,11 +80,6 @@ LIBPQDIR:= $(SRCDIR)/libpq
 # changable separately.
 POSTGRESDIR= /usr/local/pgsql
 
-# DATADIR specifies where the postmaster expects to find its database.
-# This may be overridden by command line options or the PGDATA environment
-# variable.
-DATADIR= $(POSTGRESDIR)/data
-
 # Where the postgres executables live (changeable by just putting them
 # somewhere else and putting that directory in your shell PATH)
 BINDIR= $(POSTGRESDIR)/bin
index abd7b5fc59735054a992e22339ba614be2100811..8167e5977595c570c9007b8589ae011df459e405 100644 (file)
 #  define USE_POSIX_TIME 
 #  define USE_POSIX_SIGNALS
 #  define NO_EMPTY_STMTS
-#  define USE_POSIX_TIME
 #  define SYSV_DIRENT
 #  define HAS_TEST_AND_SET
 typedef unsigned char slock_t;
@@ -202,7 +201,6 @@ typedef unsigned char slock_t;
 
 #if defined(sunos4)
 #  define USE_POSIX_TIME
-/* #  undef HAVE_MEMMOVE */
 #endif
 
 #if defined(svr4) 
@@ -260,11 +258,6 @@ typedef unsigned char slock_t;
 
 #define DEF_PGPORT "5432"
 
-/* turn this on if you prefer European style dates instead of American
- * style dates
- */
-/* #define EUROPEAN_DATES  */
-
 /*
  * If you do not plan to use Host based authentication,
  * comment out the following line
@@ -395,10 +388,4 @@ typedef unsigned char slock_t;
 /* Undocumented "features"? */
 #define FASTBUILD /* access/nbtree/nbtsort.c */
 
-
-
-
-
-
 #endif /* CONFIG_H */
-