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
REL2_0B
Marc G. Fournier 30 years ago
parent eadf5dc754
commit 3a606407c7
  1. 4
      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 */

Loading…
Cancel
Save