diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-13 04:56:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-13 04:56:06 +0000 |
commit | f161d0cc30cdf92892519c700a78982605e55e07 (patch) | |
tree | 748071181b9f92f30e125140c604ff6701925712 /src/s/cxux7.h | |
parent | 0f0ea22919daf72c9ba4a97ee085c7f3e2823c9c (diff) | |
download | emacs-f161d0cc30cdf92892519c700a78982605e55e07.tar.gz |
Initial revision
Diffstat (limited to 'src/s/cxux7.h')
-rw-r--r-- | src/s/cxux7.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/cxux7.h b/src/s/cxux7.h new file mode 100644 index 00000000000..83323a98642 --- /dev/null +++ b/src/s/cxux7.h @@ -0,0 +1,7 @@ +/* Define this symbol if you are running CX/UX 7.0 or later (7.0 introduced + * support for ELF files, and while we still build emacs in COFF format, the + * way it is linked is different for 7.0). + */ +#define USING_CX_UX_7 + +#include "cxux.h" |