aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-03-26 15:21:33 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-03-26 15:21:33 +0000
commit7e733dc960629ce131e2217407fb90a784d8aa38 (patch)
treef09cc26dc8386c1b2b956ff040ad21fb8798c775 /src
parentb8c2421ef6145a4554d4060134a37690782b8aed (diff)
downloadpostgresql-7e733dc960629ce131e2217407fb90a784d8aa38.tar.gz
postgresql-7e733dc960629ce131e2217407fb90a784d8aa38.zip
Add #define HAVE_ATEXIT, per report from Magnus.
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h.win324
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/config.h.win32 b/src/include/config.h.win32
index 9bee5dc9b7c..e8d898223f6 100644
--- a/src/include/config.h.win32
+++ b/src/include/config.h.win32
@@ -14,7 +14,9 @@
#define MAXPGPATH 1024
+#define BLCKSZ 8192
+
#define INDEX_MAX_KEYS 16
+#define HAVE_ATEXIT
#define HAVE_MEMMOVE
-#define BLCKSZ 8192