diff options
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, |