comparison src/s/dgux.h @ 1549:a83000ceb5df

(SYSTEM_TYPE): Use berkeley-unix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 Nov 1992 22:49:53 +0000
parents e442bb589751
children 50b1987ff38a
comparison
equal deleted inserted replaced
1548:cbed5e520f81 1549:a83000ceb5df
36 /* #define VMS */ 36 /* #define VMS */
37 37
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,
45 run some other program, then continue the first one). */ 45 run some other program, then continue the first one). */
46 46