diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-10 07:45:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-10 07:45:45 +0000 |
commit | 8e0ecd77a503fa6304409d502448273b302e854e (patch) | |
tree | 8774dd09064dfa979306771ae28faa050c46e9ba /src/systty.h | |
parent | e29702dd6f8df3e4d0f458b5ded44832ea75c4b1 (diff) | |
download | emacs-8e0ecd77a503fa6304409d502448273b302e854e.tar.gz |
Change AIX conditional around HFNKEYS to AIXHFT.
Diffstat (limited to 'src/systty.h')
-rw-r--r-- | src/systty.h | 2 |
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> |