summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1996-09-21 19:11:22 +0000
committerMarc G. Fournier1996-09-21 19:11:22 +0000
commitaf4f86adda29189b44d77ab127ba3a196dacca4b (patch)
tree642a40343c2f40a2f627d44a8dbd847eec99013f
parent2857a3899ed89cc56d5cdc859fdaf2cdbbc84df8 (diff)
Had EUROPEAN_DATES turned on by default
Pointed out by Bruce
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index e02dfdb9b89..e8e841ab578 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -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.
#