Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a88b72e

Browse files
committed
#ifndef the include file like the rest, so that it doesn't get pulled
in twice...
1 parent 54223de commit a88b72e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/include/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
eventual use of autoconf to build the server
55
*/
66

7+
#ifndef CONFIG_H
8+
#define CONFIG_H
9+
710
#define BLCKSZ 8192
811

912

@@ -60,4 +63,5 @@
6063
/*------------------------------------------------------*/
6164
/* #define UNSAFE_FLOATS */
6265

66+
#endif /* CONFIG_H */
6367

0 commit comments

Comments
 (0)