File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# -*-makefile-*-
2
- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.112 2000/11/20 05:18:38 vadim Exp $
2
+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.113 2000/11/20 16:52:54 petere Exp $
3
3
4
4
# ------------------------------------------------------------------------------
5
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -146,8 +146,6 @@ ifeq ($(GCC), yes)
146
146
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
147
147
endif
148
148
149
- CFLAGS += -DXLOG
150
-
151
149
CXX = @CXX@
152
150
GXX = @GXX@
153
151
CXXFLAGS = @CXXFLAGS@
Original file line number Diff line number Diff line change 8
8
* or in config.h afterwards. Of course, if you edit config.h, then your
9
9
* changes will be overwritten the next time you run configure.
10
10
*
11
- * $Id: config.h.in,v 1.148 2000/11/20 15:56:13 petere Exp $
11
+ * $Id: config.h.in,v 1.149 2000/11/20 16:52:54 petere Exp $
12
12
*/
13
13
14
14
#ifndef CONFIG_H
234
234
# define HAVE_UNIX_SOCKETS 1
235
235
#endif
236
236
237
+ /* Enable WAL. Don't disable this, it was only used during development. */
238
+ #define XLOG 1
239
+
237
240
/*
238
241
*------------------------------------------------------------------------
239
242
* These hand-configurable symbols are for enabling debugging code,
You can’t perform that action at this time.
0 commit comments