OSDN Git Service

#ifndef the include file like the rest, so that it doesn't get pulled
authorMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 22:09:10 +0000 (22:09 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 22:09:10 +0000 (22:09 +0000)
in twice...

src/include/config.h

index b1f715a..b766249 100644 (file)
@@ -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 */