root/trunk/pdns/pdns/config-recursor.h @ 1187

Revision 1187, 210 bytes (checked in by ahu, 2 years ago)

3.1.7!

Line 
1#define SYSCONFDIR "/etc/powerdns/"
2#define LOCALSTATEDIR "/var/run/"
3#define VERSION "3.1.7"
4#define RECURSOR
5#ifndef WIN32
6
7#if __GNUC__ == 4 &&  __GNUC_MINOR__ < 2
8#define GCC_SKIP_LOCKING
9#endif
10
11
12#endif
Note: See TracBrowser for help on using the browser.