diff options
| author | Richard M. Stallman | 1993-10-08 15:05:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-10-08 15:05:37 +0000 |
| commit | b7e4bce27b16fe0f0870154d713d4e734b50214f (patch) | |
| tree | 7c1823e5696cb7832d505606e3fcc4c35f8277f8 /src | |
| parent | d302d40a7f783b119054e7cc593e69a3d6069c77 (diff) | |
| download | emacs-b7e4bce27b16fe0f0870154d713d4e734b50214f.tar.gz emacs-b7e4bce27b16fe0f0870154d713d4e734b50214f.zip | |
(SYSTEM_TYPE): Put into #if 0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 8fd1423ef23..6a4432f5429 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -22,9 +22,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 22 | /* SCO is sort of like SVR3. */ | 22 | /* SCO is sort of like SVR3. */ |
| 23 | #include "usg5-3.h" | 23 | #include "usg5-3.h" |
| 24 | 24 | ||
| 25 | #if 0 /* Turned off rather than make the Lisp code check for this. -- rms. | ||
| 26 | I am assuming that (at least most of) the tests for usg-unix-v | ||
| 27 | do the right thing for sco3.2v4 also. Things that *might* be wrong | ||
| 28 | as a result of turning off these lines include the values of | ||
| 29 | ange-ftp-remote-shell-file-name (now remsh) | ||
| 30 | dired-chown-program (now just chown) | ||
| 31 | lpr-command (now lp) | ||
| 32 | nntp-buggy-select (now t) | ||
| 33 | rmail-spool-directory (now /usr/mail?) | ||
| 34 | and the actions of the function print-region-1. */ | ||
| 35 | |||
| 25 | /* SYSTEM_TYPE should indicate the kind of system you are using. */ | 36 | /* SYSTEM_TYPE should indicate the kind of system you are using. */ |
| 26 | #undef SYSTEM_TYPE | 37 | #undef SYSTEM_TYPE |
| 27 | #define SYSTEM_TYPE "SCO 3.2v4" | 38 | #define SYSTEM_TYPE "SCO 3.2v4" |
| 39 | #endif | ||
| 28 | 40 | ||
| 29 | /* SCO supports job control. */ | 41 | /* SCO supports job control. */ |
| 30 | #undef NOMULTIPLEJOBS | 42 | #undef NOMULTIPLEJOBS |