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

in twice...
This commit is contained in:
Marc G. Fournier 1996-08-27 22:09:10 +00:00
parent 54223de000
commit a88b72ea39
1 changed files with 4 additions and 0 deletions

View 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 */