From b7e4bce27b16fe0f0870154d713d4e734b50214f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Oct 1993 15:05:37 +0000 Subject: [PATCH] (SYSTEM_TYPE): Put into #if 0. --- src/s/sco4.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. */ /* SCO is sort of like SVR3. */ #include "usg5-3.h" +#if 0 /* Turned off rather than make the Lisp code check for this. -- rms. + I am assuming that (at least most of) the tests for usg-unix-v + do the right thing for sco3.2v4 also. Things that *might* be wrong + as a result of turning off these lines include the values of + ange-ftp-remote-shell-file-name (now remsh) + dired-chown-program (now just chown) + lpr-command (now lp) + nntp-buggy-select (now t) + rmail-spool-directory (now /usr/mail?) + and the actions of the function print-region-1. */ + /* SYSTEM_TYPE should indicate the kind of system you are using. */ #undef SYSTEM_TYPE #define SYSTEM_TYPE "SCO 3.2v4" +#endif /* SCO supports job control. */ #undef NOMULTIPLEJOBS -- 2.39.5