From 341fd22bb0f8622f3bfa2782452a11bbea65cc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 5 Sep 2018 14:07:09 +0200 Subject: [PATCH] Remove custom HAVE_UNAME define with proper AC_DEFINE call --- acconfig.h | 3 --- config.h.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/acconfig.h b/acconfig.h index e87336e48b..7c8669f39c 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 b6dc6d6a5a..0891a2e80c 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