1276612Sdes#ifndef UNBOUND_DNSTAP_CONFIG_H
2276612Sdes#define UNBOUND_DNSTAP_CONFIG_H
3276612Sdes
4276612Sdes/*
5276612Sdes * Process this file (dnstap_config.h.in) with AC_CONFIG_FILES to generate
6276612Sdes * dnstap_config.h.
7276612Sdes *
8276612Sdes * This file exists so that USE_DNSTAP can be used without including config.h.
9276612Sdes */
10276612Sdes
11276612Sdes#if 0 /* ENABLE_DNSTAP */
12276612Sdes# ifndef USE_DNSTAP
13276612Sdes#  define USE_DNSTAP 1
14276612Sdes# endif
15276612Sdes#endif
16276612Sdes
17276612Sdes#endif /* UNBOUND_DNSTAP_CONFIG_H */
18