projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eadf5dc
)
We have a machine.h for each platform just because of BLCKSZ, and every
author
Marc G. Fournier
Tue, 27 Aug 1996 22:06:30 +0000
(22:06 +0000)
committer
Marc G. Fournier
Tue, 27 Aug 1996 22:06:30 +0000
(22:06 +0000)
platform with a machine.h has the same BLCKSZ?
Consolidate machine.h into config.h
src/include/config.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h
b/src/include/config.h
index 2f1cd1b72e310b3136eb1f3d5324a24e95b0ed9e..bceb3683bb8c0f2a1dba39bd09a98602a842d545 100644
(file)
--- 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 */