projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54223de
)
#ifndef the include file like the rest, so that it doesn't get pulled
author
Marc G. Fournier
Tue, 27 Aug 1996 22:09:10 +0000
(22:09 +0000)
committer
Marc G. Fournier
Tue, 27 Aug 1996 22:09:10 +0000
(22:09 +0000)
in twice...
src/include/config.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h
b/src/include/config.h
index b1f715a968f2ab36815f24a54acd26425e7fb675..b76624963d137df6582eba719f523e0b2a77c4b5 100644
(file)
--- a/
src/include/config.h
+++ b/
src/include/config.h
@@
-4,6
+4,9
@@
eventual use of autoconf to build the server
*/
+#ifndef CONFIG_H
+#define CONFIG_H
+
#define BLCKSZ 8192
@@
-60,4
+63,5
@@
/*------------------------------------------------------*/
/* #define UNSAFE_FLOATS */
+#endif /* CONFIG_H */