From ff04be0dcdf5ee20eb2e80a471cc2d6a73e9111a Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 26 Apr 2004 05:15:17 +0000 Subject: [PATCH] Remove unused (and completely bogus) SYSTEM_NAME define from include/cdk_config.h --- dist/cdk/aclocal.m4 | 2 -- dist/cdk/configure | 3 --- dist/cdk/include/cdk_config.h | 3 +-- dist/cdk/include/config.hin | 3 +-- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/dist/cdk/aclocal.m4 b/dist/cdk/aclocal.m4 index 9265024aa566..e79027036767 100644 --- a/dist/cdk/aclocal.m4 +++ b/dist/cdk/aclocal.m4 @@ -78,8 +78,6 @@ else system_name="`(hostname) 2>/dev/null`" fi fi -test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name") -AC_CACHE_VAL(cf_cv_system_name,[cf_cv_system_name="$system_name"]) test -z "$system_name" && system_name="$cf_cv_system_name" test -n "$cf_cv_system_name" && AC_MSG_RESULT("Configuring for $cf_cv_system_name") diff --git a/dist/cdk/configure b/dist/cdk/configure index 69722f1442ce..beec2b8f0534 100755 --- a/dist/cdk/configure +++ b/dist/cdk/configure @@ -588,9 +588,6 @@ else system_name="`(hostname) 2>/dev/null`" fi fi -test -n "$system_name" && cat >> confdefs.h <&6 diff --git a/dist/cdk/include/cdk_config.h b/dist/cdk/include/cdk_config.h index d34f2139cd43..39ede38a53c3 100644 --- a/dist/cdk/include/cdk_config.h +++ b/dist/cdk/include/cdk_config.h @@ -1,6 +1,6 @@ /* include/cdk_config.h. Generated automatically by configure. */ /* - * $Id: cdk_config.h,v 1.1.1.1 2001/01/04 19:58:54 garbled Exp $ + * $Id: cdk_config.h,v 1.2 2004/04/26 05:15:17 simonb Exp $ */ #ifndef CDK_CONFIG_H @@ -26,7 +26,6 @@ /* #undef NCURSES */ #define RETSIGTYPE void #define STDC_HEADERS 1 -#define SYSTEM_NAME "netbsd1.4Y" #define TYPE_CHTYPE_IS_SCALAR 1 #if !defined(HAVE_LSTAT) && !defined(lstat) diff --git a/dist/cdk/include/config.hin b/dist/cdk/include/config.hin index 3ab2001b18ef..5dd28d882d4e 100644 --- a/dist/cdk/include/config.hin +++ b/dist/cdk/include/config.hin @@ -1,5 +1,5 @@ /* - * $Id: config.hin,v 1.1.1.1 2001/01/04 19:58:46 garbled Exp $ + * $Id: config.hin,v 1.2 2004/04/26 05:15:17 simonb Exp $ */ #ifndef CDK_CONFIG_H @@ -25,7 +25,6 @@ #undef NCURSES #define RETSIGTYPE @RETSIGTYPE@ #undef STDC_HEADERS -#define SYSTEM_NAME @SYSTEM_NAME@ #undef TYPE_CHTYPE_IS_SCALAR #if !defined(HAVE_LSTAT) && !defined(lstat)