]> granicus.if.org Git - postgresql/commitdiff
Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h
authorMarc G. Fournier <scrappy@hub.org>
Fri, 11 Oct 1996 03:06:28 +0000 (03:06 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 11 Oct 1996 03:06:28 +0000 (03:06 +0000)
src/Makefile.global

index fd597d381894f420c5c7dac6950cb9c68bf4506a..cd2aaa64bf261ed4ec7a6714e7ee3e1edef120a4 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.9 1996/10/09 20:33:53 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.10 1996/10/11 03:06:28 scrappy Exp $
 #
 # NOTES
 #    This is seen by any Makefiles that include mk/postgres.mk. To
@@ -142,7 +142,7 @@ ENFORCE_ALIGNMENT= true
 
 # turn this on if you prefer European style dates instead of American
 # style dates
-EUROPEAN_DATES = 0
+#EUROPEAN_DATES = 0
 
 # Comment out PROFILE to disable profiling.
 #