From: Ondřej Surý Date: Wed, 5 Sep 2018 12:07:09 +0000 (+0200) Subject: Remove custom HAVE_UNAME define with proper AC_DEFINE call X-Git-Tag: v9.13.4~157^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=341fd22bb0f8622f3bfa2782452a11bbea65cc05;p=thirdparty%2Fbind9.git Remove custom HAVE_UNAME define with proper AC_DEFINE call --- diff --git a/acconfig.h b/acconfig.h index e87336e48b5..7c8669f39c6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -16,6 +16,3 @@ *** it does not get installed. ***/ @TOP@ - -/* Define to 1 if you have the uname library function. */ -#undef HAVE_UNAME diff --git a/config.h.in b/config.h.in index b6dc6d6a5a9..0891a2e80ce 100644 --- a/config.h.in +++ b/config.h.in @@ -17,9 +17,6 @@ *** it does not get installed. ***/ -/* Define to 1 if you have the uname library function. */ -#undef HAVE_UNAME - /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD