diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-24 06:25:34 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-24 06:25:34 +0000 |
commit | 7f76072d81f02c3429ceacee84f602c689adb873 (patch) | |
tree | 5c2603e9b17cf8f8b8d5fed1511e124b05491cec /src | |
parent | f36b2560a4d8dbeb5e0383ca44f8c85adb593a4f (diff) | |
download | postgresql-7f76072d81f02c3429ceacee84f602c689adb873.tar.gz postgresql-7f76072d81f02c3429ceacee84f602c689adb873.zip |
Bruce...does this fix it once and for all? *grin*
Diffstat (limited to 'src')
-rw-r--r-- | src/include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h index a6e21d2a977..773e68a6084 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -162,7 +162,7 @@ /* turn this on if you prefer European style dates instead of American * style dates */ -#define EUROPEAN_DATES FALSE +/* #define EUROPEAN_DATES */ /* * If you do not plan to use Host based authentication, |