mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:39:59 -04:00
[v9_9] fix a problem with autoheader 2.69
This commit is contained in:
parent
2cf8236528
commit
a988b5892f
2 changed files with 4 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ int sigwait(const unsigned int *set, int *sig);
|
|||
/* Define to 1 if you have the <gssapi_krb5.h> header file. */
|
||||
#undef HAVE_GSSAPI_KRB5_H
|
||||
|
||||
/* Define to 1 if you have the `if_nametoindex' function. */
|
||||
/* Define to 1 if you have the if_nametoindex function. */
|
||||
#undef HAVE_IF_NAMETOINDEX
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
|
|
|
|||
|
|
@ -2886,7 +2886,9 @@ esac
|
|||
case $ac_cv_have_if_nametoindex in
|
||||
yes)
|
||||
ISC_PLATFORM_HAVEIFNAMETOINDEX="#define ISC_PLATFORM_HAVEIFNAMETOINDEX 1"
|
||||
AC_DEFINE(HAVE_IF_NAMETOINDEX, 1)
|
||||
AC_DEFINE(HAVE_IF_NAMETOINDEX, 1,
|
||||
[Define to 1 if you have the if_nametoindex function.])
|
||||
|
||||
;;
|
||||
*)
|
||||
ISC_PLATFORM_HAVEIFNAMETOINDEX="#undef ISC_PLATFORM_HAVEIFNAMETOINDEX"
|
||||
|
|
|
|||
Loading…
Reference in a new issue