diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-13 18:29:53 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-13 18:29:53 +0000 |
commit | f40f5dc36e552879e565e489a4e3a5f19be7e4ea (patch) | |
tree | 57da3101750c1bb6ef74e9ad791b29b2c05592df /configure.in | |
parent | ce20b66472dfead20a281e8145af385780bd6d3a (diff) | |
download | emacs-f40f5dc36e552879e565e489a4e3a5f19be7e4ea.tar.gz |
* configure.in: Remove more references to unsupported systems.
* m/sequent-ptx.h:
* m/sequent.h:
* s/ptx.h:
* s/ptx4-2.h:
* s/ptx4.h: Remove files for systems no longer supported.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 5eb2eeaafe6..b06985a340a 100644 --- a/configure.in +++ b/configure.in @@ -504,19 +504,6 @@ dnl see the `changequote' comment above. machine=i386 opsys=usg5-3 ;; - ## Sequent Symmetry running ptx 4, which is a modified SVR4. - i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) - machine=sequent-ptx opsys=ptx4 - NON_GNU_CPP=/lib/cpp - ;; - - ## Sequent Symmetry running DYNIX/ptx - ## Use the old cpp rather than the newer ANSI one. - i[3456]86-sequent-ptx* ) - machine=sequent-ptx opsys=ptx - NON_GNU_CPP="/lib/cpp" - ;; - ## ncr machine running svr4.3. i[3456]86-ncr-sysv4.3 ) machine=ncr386 opsys=usg5-4-3 |