From: Marc G. Fournier Date: Fri, 11 Oct 1996 03:06:28 +0000 (+0000) Subject: Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h X-Git-Tag: PG95-1_09~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba30435f348610de0e8837d5e829a3f991876adc;p=postgresql Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h --- 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. #