File: config.h

package info (click to toggle)
pdns-recursor 3.1.4-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 840 kB
  • ctags: 1,918
  • sloc: cpp: 9,746; ansic: 3,019; sh: 452; makefile: 123
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
#define SYSCONFDIR "/etc/powerdns/" 
#define LOCALSTATEDIR "/var/run/" 
#define VERSION "3.1.4"
#define RECURSOR
#ifndef WIN32
#define GCC_SKIP_LOCKING
#endif