xref: /glogg/src/config.h (revision 58f443c7bd6a82a727442e066b1d1d8ae4d8a5dc)
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