#ifndef the include file like the rest, so that it doesn't get pulled
in twice...
This commit is contained in:
parent
54223de000
commit
a88b72ea39
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user