xref: /glogg/src/config.h (revision 3104b26858f76d3848af58b8865d4e7d5735d2f8)
1 /* This is a temporary file to build with qmake,
2  * to be removed when we move to cmake */
3 
4 #ifndef CONFIG_H_
5 #define CONFIG_H_
6 
7 #ifndef _WIN32
8 #define HAVE_SYMLINK 1
9 #endif
10 
11 /* #undef HAS_TEMPLATE_ALIASES */
12 
13 #endif
14