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 */ 18