1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Turned off EUROPEAN_DATES as default...

Pointed out by Bruce
This commit is contained in:
Marc G. Fournier
1996-09-21 19:12:11 +00:00
parent 7efc8ef1a1
commit 5774d080a7

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # 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 # turn this on if you prefer European style dates instead of American
# style dates # style dates
EUROPEAN_DATES = 1 EUROPEAN_DATES = 0
# Comment out PROFILE to disable profiling. # Comment out PROFILE to disable profiling.
# #