diff options
| author | Peter Eisentraut | 2000-06-04 15:06:34 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-04 15:06:34 +0000 |
| commit | 0a54de8fafeb32b9524d48e9abf519933c62c690 (patch) | |
| tree | b2994212ed5f85f64e9524f409af0dcf9231370b /src/include/config.h.in | |
| parent | 209aa77d98d8d44b329e942e6f15aec1284db2ca (diff) | |
Removed ELOG_TIMESTAMPS #define in favor of two run-time
configuration options `Log_timestamp' and `Log_pid'.
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 76390c3c97..4b6e58cf8a 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.115 2000/06/04 01:44:36 petere Exp $ + * $Id: config.h.in,v 1.116 2000/06/04 15:06:32 petere Exp $ */ #ifndef CONFIG_H @@ -140,11 +140,6 @@ */ #define TBL_FREE_CMD_MEMORY -/* - * ELOG_TIMESTAMPS: adds a timestamp with the following format to elog - * messages: yymmdd.hh:mm:ss.mmm [pid] message - */ -/* #define ELOG_TIMESTAMPS */ #undef ENABLE_SYSLOG |
