From: Marc G. Fournier Date: Tue, 27 Aug 1996 22:06:30 +0000 (+0000) Subject: We have a machine.h for each platform just because of BLCKSZ, and every X-Git-Tag: REL2_0~606 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a606407c793f55485031cef085f50bbc9473316;p=thirdparty%2Fpostgresql.git We have a machine.h for each platform just because of BLCKSZ, and every platform with a machine.h has the same BLCKSZ? Consolidate machine.h into config.h --- diff --git a/src/include/config.h b/src/include/config.h index 2f1cd1b72e3..bceb3683bb8 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -4,6 +4,9 @@ eventual use of autoconf to build the server */ +#define BLCKSZ 8192 + + #if defined(win32) # define WIN32 # define NO_UNISTD_H @@ -30,7 +33,6 @@ # define NO_VFORK #endif - /* Debug and various "defines" that should be documented */ /* found in function aclparse() in src/backend/utils/adt/acl.c */