From ba30435f348610de0e8837d5e829a3f991876adc Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 11 Oct 1996 03:06:28 +0000 Subject: [PATCH] Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h --- src/Makefile.global | 4 ++-- 1 file 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. # -- 2.50.0