xref: /netbsd-src/external/bsd/unbound/include/dnstap/dnstap_config.h (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1*d909946cSchristos #ifndef UNBOUND_DNSTAP_CONFIG_H
2*d909946cSchristos #define UNBOUND_DNSTAP_CONFIG_H
3*d909946cSchristos 
4*d909946cSchristos /*
5*d909946cSchristos  * Process this file (dnstap_config.h.in) with AC_CONFIG_FILES to generate
6*d909946cSchristos  * dnstap_config.h.
7*d909946cSchristos  *
8*d909946cSchristos  * This file exists so that USE_DNSTAP can be used without including config.h.
9*d909946cSchristos  */
10*d909946cSchristos 
11*d909946cSchristos #if 0 /* ENABLE_DNSTAP */
12*d909946cSchristos # ifndef USE_DNSTAP
13*d909946cSchristos #  define USE_DNSTAP 1
14*d909946cSchristos # endif
15*d909946cSchristos #endif
16*d909946cSchristos 
17*d909946cSchristos #endif /* UNBOUND_DNSTAP_CONFIG_H */
18