forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f6650c
commit db2be14
Showing
3 changed files
with
736 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#ifndef UNBOUND_DNSTAP_CONFIG_H | ||
#define UNBOUND_DNSTAP_CONFIG_H | ||
|
||
/* | ||
* Process this file (dnstap_config.h.in) with AC_CONFIG_FILES to generate | ||
* dnstap_config.h. | ||
* | ||
* This file exists so that USE_DNSTAP can be used without including config.h. | ||
*/ | ||
|
||
#if 0 /* ENABLE_DNSTAP */ | ||
# ifndef USE_DNSTAP | ||
# define USE_DNSTAP 1 | ||
# endif | ||
#endif | ||
|
||
#endif /* UNBOUND_DNSTAP_CONFIG_H */ |
Oops, something went wrong.