changeset 4833:9b9d3d777a66

(SYSTEM_TYPE): Put into #if 0.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Oct 1993 15:05:37 +0000
parents 88df989388b9
children f2dc5b8eafa8
files src/s/sco4.h
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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