diff options
author | Marc G. Fournier | 1997-01-26 15:32:28 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-26 15:32:28 +0000 |
commit | 632c44d8290c0e3561b1c1851d4443868034a705 (patch) | |
tree | 4879c978ed1db82a57cc82c1aa5c91bfa5307662 /src/include/config.h | |
parent | ac3c926c4259690ed0c4cfab21db4c4b7ef05c11 (diff) |
Bring in a patch from Keith Parks to move the use of European dates
from a #define to a run-time option '-e'
Man page was updated to reflect new option
Diffstat (limited to 'src/include/config.h')
-rw-r--r-- | src/include/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/config.h b/src/include/config.h index 4fbeb1f82a..e481cbc779 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -21,7 +21,7 @@ /* Define one for either <history.h> or <readline/history.h> */ -/* #undef HAVE_HISTORY */ +/* #undef HAVE_HISTORY */ #define HAVE_SYS_SELECT_H @@ -265,11 +265,6 @@ typedef unsigned char slock_t; #define DEF_PGPORT "5432" -/* turn this on if you prefer European style dates instead of American - * style dates - */ -/* #define EUROPEAN_DATES */ - /* * If you do not plan to use Host based authentication, * comment out the following line |