Mercurial > hg > xemacs-beta
comparison src/m/windowsnt.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | a86b2b5e0111 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
87 when Emacs is dumped. If you define this, the preloaded Lisp | 87 when Emacs is dumped. If you define this, the preloaded Lisp |
88 code will not be sharable; but that's better than failing completely. */ | 88 code will not be sharable; but that's better than failing completely. */ |
89 | 89 |
90 /* #define NO_REMAP */ | 90 /* #define NO_REMAP */ |
91 | 91 |
92 /* Some really obscure 4.2-based systems (like Sequent DYNIX) | |
93 * do not support asynchronous I/O (using SIGIO) on sockets, | |
94 * even though it works fine on tty's. If you have one of | |
95 * these systems, define the following, and then use it in | |
96 * config.h (or elsewhere) to decide when (not) to use SIGIO. | |
97 * | |
98 * You'd think this would go in an operating-system description file, | |
99 * but since it only occurs on some, but not all, BSD systems, the | |
100 * reasonable place to select for it is in the machine description | |
101 * file. | |
102 */ | |
103 | |
104 /* #define NO_SOCK_SIGIO */ | |
105 | |
106 /* After adding support for a new system, modify the large case | 92 /* After adding support for a new system, modify the large case |
107 statement in the `configure' script to recognize reasonable | 93 statement in the `configure' script to recognize reasonable |
108 configuration names, and add a description of the system to | 94 configuration names, and add a description of the system to |
109 `etc/MACHINES'. | 95 `etc/MACHINES'. |
110 | 96 |