summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-10 07:45:45 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-10 07:45:45 +0000
commitf33db47a46ff665fb7f40628354b3b9e5d2de710 (patch)
tree2d3b898364f776d014338c5b1d8c95a8fadfa2e1 /src/systty.h
parent4fe6688d7a9a0634bed062b6791d05d89efbff1e (diff)
downloademacs-f33db47a46ff665fb7f40628354b3b9e5d2de710.tar.gz
Change AIX conditional around HFNKEYS to AIXHFT.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h2
1 files changed, 1 insertions, 1 deletions
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 <termios.h>
#endif
-#ifdef AIX
+#ifdef AIXHFT
/* Get files for keyboard remapping */
#define HFNKEYS 2
#include <sys/hft.h>