Mercurial > hg > xemacs-beta
comparison src/s/msdos.h @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | 0132846995bd |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
36 /* #define UMAX */ | 36 /* #define UMAX */ |
37 /* #define BSD4_1 */ | 37 /* #define BSD4_1 */ |
38 /* #define BSD4_2 */ | 38 /* #define BSD4_2 */ |
39 /* #define BSD4_3 */ | 39 /* #define BSD4_3 */ |
40 /* #define BSD */ | 40 /* #define BSD */ |
41 /* #define VMS */ | |
42 #ifndef MSDOS | 41 #ifndef MSDOS |
43 #define MSDOS | 42 #define MSDOS |
44 #endif | 43 #endif |
45 | 44 |
46 #ifdef __GO32__ | 45 #ifdef __GO32__ |
51 You lose; /* Emacs for DOS must be compiled with DJGPP */ | 50 You lose; /* Emacs for DOS must be compiled with DJGPP */ |
52 #endif | 51 #endif |
53 | 52 |
54 #define DOS_NT /* MSDOS or WINDOWSNT */ | 53 #define DOS_NT /* MSDOS or WINDOWSNT */ |
55 #undef BSD | 54 #undef BSD |
56 #undef VMS | |
57 | 55 |
58 /* SYSTEM_TYPE should indicate the kind of system you are using. | 56 /* SYSTEM_TYPE should indicate the kind of system you are using. |
59 It sets the Lisp variable system-type. */ | 57 It sets the Lisp variable system-type. */ |
60 | 58 |
61 #define SYSTEM_TYPE "ms-dos" | 59 #define SYSTEM_TYPE "ms-dos" |