8000 Comment out EUROPEAN_DATES by default. v2.0 moves it into include/co… · home201448/postgres@ba30435 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba30435

Browse files
committed
Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h
1 parent 4a14945 commit ba30435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.9 1996/10/09 20:33:53 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.10 1996/10/11 03:06:28 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -142,7 +142,7 @@ ENFORCE_ALIGNMENT= true
142142

143143
# turn this on if you prefer European style dates instead of American
144144
# style dates
145-
EUROPEAN_DATES = 0
145+
#EUROPEAN_DATES = 0
146146

147147
# Comment out PROFILE to disable profiling.
148148
#

0 commit comments

Comments
 (0)
0