diff options
| author | Paul Eggert | 2016-03-07 08:22:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-03-07 08:26:36 -0800 |
| commit | 6bc8689c042830ae8c13e34af993e8f923e47c9d (patch) | |
| tree | 98265a59d0d556209f237443760f21be51a2cdaf /admin/CPP-DEFINES | |
| parent | 7882dc625e1ec562fcd0e1b743ef11b160cae18e (diff) | |
| download | emacs-6bc8689c042830ae8c13e34af993e8f923e47c9d.tar.gz emacs-6bc8689c042830ae8c13e34af993e8f923e47c9d.zip | |
Remove support for IRIX
The IRIX port wasn’t really working anyway, and the code was
getting in the way of other changes (e.g., getaddrinfo fixes).
IRIX’s supplier dropped support for IRIX in 2013.
* admin/CPP-DEFINES:
* configure.ac (opsys):
* doc/lispref/os.texi (System Environment):
* etc/MACHINES, etc/PROBLEMS:
* lisp/find-dired.el (find-grep-options):
* lisp/lpr.el (lpr-lp-system):
* lisp/ls-lisp.el (ls-lisp-emulation):
* lisp/mail/rmail.el (rmail-spool-directory):
* lisp/net/net-utils.el (ping-program-options):
* lisp/progmodes/gud.el (gud-irix-p, gud-dbx-use-stopformat-p):
* lisp/progmodes/ps-mode.el (ps-mode-print-function):
* src/conf_post.h [IRIX6_5]:
* src/emacs.c (Vsystem_type):
* src/filelock.c (get_boot_time_1):
* src/process.c (process_send_signal):
* src/unexelf.c (unexec):
Omit IRIX-specific code and/or documentation.
* configure.ac (NON_GCC_TEST_OPTIONS, IRIX6_5, PREFER_VSUSP):
Remove. All uses removed.
* etc/NEWS: Document the change.
Diffstat (limited to 'admin/CPP-DEFINES')
| -rw-r--r-- | admin/CPP-DEFINES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 86f2fa5a414..9064053934b 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -13,7 +13,6 @@ CYGWIN Compiling the Cygwin port. | |||
| 13 | __CYGWIN__ Ditto | 13 | __CYGWIN__ Ditto |
| 14 | GNU_LINUX | 14 | GNU_LINUX |
| 15 | HPUX | 15 | HPUX |
| 16 | IRIX6_5 | ||
| 17 | MSDOS Compiling the MS-DOS port. | 16 | MSDOS Compiling the MS-DOS port. |
| 18 | __MSDOS__ Ditto. | 17 | __MSDOS__ Ditto. |
| 19 | __DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c. | 18 | __DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c. |
| @@ -378,7 +377,6 @@ NSIG | |||
| 378 | NSIG_MINIMUM | 377 | NSIG_MINIMUM |
| 379 | NULL_DEVICE | 378 | NULL_DEVICE |
| 380 | PAGESIZE | 379 | PAGESIZE |
| 381 | PREFER_VSUSP | ||
| 382 | PTY_ITERATION | 380 | PTY_ITERATION |
| 383 | PTY_NAME_SPRINTF | 381 | PTY_NAME_SPRINTF |
| 384 | PTY_OPEN | 382 | PTY_OPEN |