From: Tom Lane Date: Mon, 26 Mar 2001 15:21:33 +0000 (+0000) Subject: Add #define HAVE_ATEXIT, per report from Magnus. X-Git-Tag: REL7_1~88 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7e733dc960629ce131e2217407fb90a784d8aa38;p=users%2Fhanada%2Fpostgres.git Add #define HAVE_ATEXIT, per report from Magnus. --- diff --git a/src/include/config.h.win32 b/src/include/config.h.win32 index 9bee5dc9b7..e8d898223f 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