From 8e0ecd77a503fa6304409d502448273b302e854e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 10 Dec 1994 07:45:45 +0000 Subject: [PATCH] Change AIX conditional around HFNKEYS to AIXHFT. --- src/systty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systty.h b/src/systty.h index 7bc1da206b3..ef35435b479 100644 --- a/src/systty.h +++ b/src/systty.h @@ -118,7 +118,7 @@ static struct sensemode { #include #endif -#ifdef AIX +#ifdef AIXHFT /* Get files for keyboard remapping */ #define HFNKEYS 2 #include -- 2.39.5