]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - dnscrypt/dnscrypt_config.h.in
Apply upstream fix 08968baec1122a58bb90d8f97ad948a75f8a5d69:
[FreeBSD/FreeBSD.git] / dnscrypt / dnscrypt_config.h.in
1 #ifndef UNBOUND_DNSCRYPT_CONFIG_H
2 #define UNBOUND_DNSCRYPT_CONFIG_H
3
4 /*
5  * Process this file (dnscrypt_config.h.in) with AC_CONFIG_FILES to generate
6  * dnscrypt_config.h.
7  *
8  * This file exists so that USE_DNSCRYPT can be used without including config.h.
9  */
10
11 #if @ENABLE_DNSCRYPT@ /* ENABLE_DNSCRYPT */
12 # ifndef USE_DNSCRYPT
13 #  define USE_DNSCRYPT 1
14 # endif
15 #endif
16
17 #endif /* UNBOUND_DNSCRYPT_CONFIG_H */