1276541Sdes#ifndef UNBOUND_DNSTAP_CONFIG_H
2276541Sdes#define UNBOUND_DNSTAP_CONFIG_H
3276541Sdes
4276541Sdes/*
5276541Sdes * Process this file (dnstap_config.h.in) with AC_CONFIG_FILES to generate
6276541Sdes * dnstap_config.h.
7276541Sdes *
8276541Sdes * This file exists so that USE_DNSTAP can be used without including config.h.
9276541Sdes */
10276541Sdes
11276541Sdes#if @ENABLE_DNSTAP@ /* ENABLE_DNSTAP */
12276541Sdes# ifndef USE_DNSTAP
13276541Sdes#  define USE_DNSTAP 1
14276541Sdes# endif
15276541Sdes#endif
16276541Sdes
17276541Sdes#endif /* UNBOUND_DNSTAP_CONFIG_H */
18