comparison src/s/aix3-1.h @ 12903:049dd4c1e0c2

(SYSTEM_TYPE): Change to just "aix".
author Richard M. Stallman <rms@gnu.org>
date Sun, 20 Aug 1995 16:03:43 +0000
parents ee5e9fbcd051
children ee40177f6c68
comparison
equal deleted inserted replaced
12902:a94cc53e1f04 12903:049dd4c1e0c2
49 */ 49 */
50 50
51 /* SYSTEM_TYPE should indicate the kind of system you are using. 51 /* SYSTEM_TYPE should indicate the kind of system you are using.
52 It sets the Lisp variable system-type. */ 52 It sets the Lisp variable system-type. */
53 53
54 #define SYSTEM_TYPE "aix-v3" 54 #define SYSTEM_TYPE "aix"
55 55
56 56
57 /* nomultiplejobs should be defined if your system's shell 57 /* nomultiplejobs should be defined if your system's shell
58 does not have "job control" (the ability to stop a program, 58 does not have "job control" (the ability to stop a program,
59 run some other program, then continue the first one). */ 59 run some other program, then continue the first one). */