diff options
| author | Richard M. Stallman | 1992-11-06 22:49:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-11-06 22:49:53 +0000 |
| commit | 93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3 (patch) | |
| tree | d5255ffce28c7a731a6b59d0da599f5fcca8c641 /src | |
| parent | b8cbdf43f9be7b826a7bb67f1b514064693adc4d (diff) | |
| download | emacs-93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3.tar.gz emacs-93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3.zip | |
(SYSTEM_TYPE): Use berkeley-unix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 2 |
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, |