diff options
author | Marc G. Fournier | 1996-09-21 19:12:11 +0000 |
---|---|---|
committer | Marc G. Fournier | 1996-09-21 19:12:11 +0000 |
commit | 5774d080a741074fb104ce6857e18342504bffae (patch) | |
tree | b16e0fb5757eec1749af527cebac6b62116eed2c /src | |
parent | 7efc8ef1a181bae8e9e74a19dddc15a8cecfb8e9 (diff) |
Turned off EUROPEAN_DATES as default...
Pointed out by Bruce
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index bb04db453f1..fb555b5247d 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.31 1996/09/21 06:23:57 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.32 1996/09/21 19:12:11 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -141,7 +141,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. # |