]> granicus.if.org Git - postgresql/commitdiff
Had EUROPEAN_DATES turned on by default
authorMarc G. Fournier <scrappy@hub.org>
Sat, 21 Sep 1996 19:11:22 +0000 (19:11 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 21 Sep 1996 19:11:22 +0000 (19:11 +0000)
Pointed out by Bruce

src/Makefile.global

index e02dfdb9b8956f4023528e7aedcbb714d9d5994d..e8e841ab578d4e0fadc3cbd06c878f88f4a4aeb8 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.7 1996/09/21 06:20:19 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.8 1996/09/21 19:11:22 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 = 1
+EUROPEAN_DATES = 0
 
 # Comment out PROFILE to disable profiling.
 #