Define platform.h ISC_PLATFORM_USEBACKTRACE with config.h USE_BACKTRACE

This commit is contained in:
Ondřej Surý
2018-09-04 10:09:24 +02:00
parent 3949450fbd
commit 510bb376e1
8 changed files with 40 additions and 48 deletions

View File

@@ -272,7 +272,7 @@
/* Define to 1 if you have the <krb5/krb5.h> header file. */
#undef HAVE_KRB5_KRB5_H
/* if system have backtrace function */
/* define if system have backtrace function */
#undef HAVE_LIBCTRACE
/* Define if libidn2 was found */
@@ -539,6 +539,9 @@
/* Define to use large-system tuning. */
#undef TUNE_LARGE
/* define if we can use backtrace */
#undef USE_BACKTRACE
/* Enable DNS Response Policy Service API */
#undef USE_DNSRPS