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
This commit is contained in:
Marc G. Fournier 1996-08-27 22:06:30 +00:00
parent eadf5dc754
commit 3a606407c7
1 changed files with 3 additions and 1 deletions

View File

@ -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 */