]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/unbound/dnstap/dnstap_config.h
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / unbound / dnstap / dnstap_config.h
1 #ifndef UNBOUND_DNSTAP_CONFIG_H
2 #define UNBOUND_DNSTAP_CONFIG_H
3
4 /*
5  * Process this file (dnstap_config.h.in) with AC_CONFIG_FILES to generate
6  * dnstap_config.h.
7  *
8  * This file exists so that USE_DNSTAP can be used without including config.h.
9  */
10
11 #if 0 /* ENABLE_DNSTAP */
12 # ifndef USE_DNSTAP
13 #  define USE_DNSTAP 1
14 # endif
15 #endif
16
17 #endif /* UNBOUND_DNSTAP_CONFIG_H */