source:
orxonox.OLD/branches/network/src/defs/confincl.h
@
6788
Last change on this file since 6788 was 3863, checked in by bensch, 20 years ago | |
---|---|
File size: 208 bytes |
Line | |
---|---|
1 | /*! |
2 | \file confincl.h |
3 | \brief includes the configure-headers, if config should be loaded |
4 | */ |
5 | |
6 | #ifndef _CONFINCL_H |
7 | #define _CONFINCL_H |
8 | |
9 | #if HAVE_CONFIG_H |
10 | #include <config.h> |
11 | #endif |
12 | |
13 | #endif /*_CONFINCL_H */ |
Note: See TracBrowser
for help on using the repository browser.