aboutsummaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 4e36b9099a8..ab699b30f3c 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.148 2000/11/20 15:56:13 petere Exp $
+ * $Id: config.h.in,v 1.149 2000/11/20 16:52:54 petere Exp $
*/
#ifndef CONFIG_H
@@ -234,6 +234,9 @@
# define HAVE_UNIX_SOCKETS 1
#endif
+/* Enable WAL. Don't disable this, it was only used during development. */
+#define XLOG 1
+
/*
*------------------------------------------------------------------------
* These hand-configurable symbols are for enabling debugging code,