summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-11 03:06:28 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-11 03:06:28 +0000
commitba30435f348610de0e8837d5e829a3f991876adc (patch)
tree9803a141f3ecc7081b3fb94faf45f32578f60fd0
parent4a1494569973d312d72c8027d0ee4a451988f476 (diff)
downloadpostgresql-ba30435f348610de0e8837d5e829a3f991876adc.tar.gz
Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index fd597d3818..cd2aaa64bf 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.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.
#