diff options
| author | Richard M. Stallman | 1994-12-10 07:45:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-10 07:45:45 +0000 |
| commit | 8e0ecd77a503fa6304409d502448273b302e854e (patch) | |
| tree | 8774dd09064dfa979306771ae28faa050c46e9ba /src | |
| parent | e29702dd6f8df3e4d0f458b5ded44832ea75c4b1 (diff) | |
| download | emacs-8e0ecd77a503fa6304409d502448273b302e854e.tar.gz emacs-8e0ecd77a503fa6304409d502448273b302e854e.zip | |
Change AIX conditional around HFNKEYS to AIXHFT.
Diffstat (limited to 'src')
| -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 { | |||
| 118 | #include <termios.h> | 118 | #include <termios.h> |
| 119 | #endif | 119 | #endif |
| 120 | 120 | ||
| 121 | #ifdef AIX | 121 | #ifdef AIXHFT |
| 122 | /* Get files for keyboard remapping */ | 122 | /* Get files for keyboard remapping */ |
| 123 | #define HFNKEYS 2 | 123 | #define HFNKEYS 2 |
| 124 | #include <sys/hft.h> | 124 | #include <sys/hft.h> |