aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1992-11-06 22:49:53 +0000
committerRichard M. Stallman1992-11-06 22:49:53 +0000
commit93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3 (patch)
treed5255ffce28c7a731a6b59d0da599f5fcca8c641 /src/s
parentb8cbdf43f9be7b826a7bb67f1b514064693adc4d (diff)
downloademacs-93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3.tar.gz
emacs-93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3.zip
(SYSTEM_TYPE): Use berkeley-unix.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/dgux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 4759395d4d1..e85c24219b6 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
38/* SYSTEM_TYPE should indicate the kind of system you are using. 38/* SYSTEM_TYPE should indicate the kind of system you are using.
39 It sets the Lisp variable system-type. */ 39 It sets the Lisp variable system-type. */
40 40
41#define SYSTEM_TYPE "dgux-unix" 41#define SYSTEM_TYPE "berkeley-unix"
42 42
43/* NOMULTIPLEJOBS should be defined if your system's shell 43/* NOMULTIPLEJOBS should be defined if your system's shell
44 does not have "job control" (the ability to stop a program, 44 does not have "job control" (the ability to stop a program,