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