# HG changeset patch # User Richard M. Stallman # Date 750092737 0 # Node ID 9b9d3d777a66376e58c830aeb861106b5047691e # Parent 88df989388b9572b4c626521d37361c4484845fc (SYSTEM_TYPE): Put into #if 0. diff -r 88df989388b9 -r 9b9d3d777a66 src/s/sco4.h --- a/src/s/sco4.h Fri Oct 08 07:36:11 1993 +0000 +++ b/src/s/sco4.h Fri Oct 08 15:05:37 1993 +0000 @@ -22,9 +22,21 @@ /* 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