Mercurial > hg > xemacs-beta
comparison src/s/mach-bsd4-3.h @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
11 /* SYSTEM_TYPE should indicate the kind of system you are using. | 11 /* SYSTEM_TYPE should indicate the kind of system you are using. |
12 It sets the Lisp variable system-type. */ | 12 It sets the Lisp variable system-type. */ |
13 | 13 |
14 #undef SYSTEM_TYPE | 14 #undef SYSTEM_TYPE |
15 #define SYSTEM_TYPE "mach" | 15 #define SYSTEM_TYPE "mach" |
16 | |
17 /* Define this macro if system defines a type `union wait'. */ | |
18 | |
19 #define HAVE_UNION_WAIT | |
20 | 16 |
21 /* Don't send signals to subprocesses by "typing" special chars at them. */ | 17 /* Don't send signals to subprocesses by "typing" special chars at them. */ |
22 #undef SIGNALS_VIA_CHARACTERS | 18 #undef SIGNALS_VIA_CHARACTERS |
23 | 19 |
24 /* XEmacs change */ | 20 /* XEmacs change */ |