]> git.saurik.com Git - apple/network_cmds.git/blob - unbound/dnstap/dnstap_config.h
38f9e2425ee463619f2366c7ae4c53bbee5502f4
[apple/network_cmds.git] / 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 */