diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-22 19:30:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-22 19:30:07 +0000 |
commit | fe4985108ed068eaa782d7cd321ef9eeb66bf793 (patch) | |
tree | f6b7838600542f132129a964f41768695f85604d /src/s/aix3-1.h | |
parent | 29500a9c2ec277f461ba3ad25304441063546a01 (diff) | |
download | emacs-fe4985108ed068eaa782d7cd321ef9eeb66bf793.tar.gz |
(AIXHFT): Defined.
Diffstat (limited to 'src/s/aix3-1.h')
-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. */ /* AIX doesn't define this. */ #define unix 1 + +/* AIX 3.1 has the HFT features. */ +#define AIXHFT |