Commit a88b72ea authored by Marc G. Fournier's avatar Marc G. Fournier

#ifndef the include file like the rest, so that it doesn't get pulled

in twice...
parent 54223de0
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
eventual use of autoconf to build the server eventual use of autoconf to build the server
*/ */
#ifndef CONFIG_H
#define CONFIG_H
#define BLCKSZ 8192 #define BLCKSZ 8192
...@@ -60,4 +63,5 @@ ...@@ -60,4 +63,5 @@
/*------------------------------------------------------*/ /*------------------------------------------------------*/
/* #define UNSAFE_FLOATS */ /* #define UNSAFE_FLOATS */
#endif /* CONFIG_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment