diff options
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 |