diff -r d6cbf21af8fb -r c51941e590b6 src/config.h --- a/src/config.h Thu Oct 03 21:48:11 2013 +0300 +++ b/src/config.h Sat Oct 05 12:51:13 2013 +0300 @@ -16,8 +16,8 @@ * along with this program. If not, see . */ -#ifndef CONFIG_H -#define CONFIG_H +#ifndef LDFORGE_CONFIG_H +#define LDFORGE_CONFIG_H #include "common.h" @@ -243,4 +243,4 @@ } }; -#endif // CONFIG_H +#endif // LDFORGE_CONFIG_H