From dc094aca6948e4c96ca8c1252c35a0bea21a9c6b Mon Sep 17 00:00:00 2001 From: mp Date: Wed, 4 May 2005 20:21:57 +0000 Subject: Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environment variable to show up correctly. Note: This is really a bug with the stock tcsh configure.in script not including before . But, since config.h is maintained separate from the contrib sources, this is the correct fix. Noticed by: ache --- bin/csh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/csh/config.h b/bin/csh/config.h index 61757d9..6189e72 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -99,7 +99,7 @@ #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 /* Define to 1 if `ut_host' is member of `struct utmp'. */ -/* #undef HAVE_STRUCT_UTMP_UT_HOST */ +#define HAVE_STRUCT_UTMP_UT_HOST 1 /* Define to 1 if `ut_tv' is member of `struct utmp'. */ /* #undef HAVE_STRUCT_UTMP_UT_TV */ -- cgit v1.1