diff options
| author | Richard M. Stallman | 1994-11-22 19:30:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-22 19:30:07 +0000 |
| commit | 131cbe12a94fb76d7730877a7551118e0e6c3b75 (patch) | |
| tree | 10ce40ac711ea1b16d4790ae397091d8adc24608 /src | |
| parent | b97ab886b80d512bc56fc486a2d5047ac07b975a (diff) | |
| download | emacs-131cbe12a94fb76d7730877a7551118e0e6c3b75.tar.gz emacs-131cbe12a94fb76d7730877a7551118e0e6c3b75.zip | |
(AIXHFT): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index ed3e5c83a0f..3c33b210153 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -220,3 +220,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 220 | 220 | ||
| 221 | /* AIX doesn't define this. */ | 221 | /* AIX doesn't define this. */ |
| 222 | #define unix 1 | 222 | #define unix 1 |
| 223 | |||
| 224 | /* AIX 3.1 has the HFT features. */ | ||
| 225 | #define AIXHFT | ||