Mercurial > hg > xemacs-beta
comparison src/m/nh3000.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 |
---|---|
76 to change the boundary between the text section and data section | 76 to change the boundary between the text section and data section |
77 when Emacs is dumped. If you define this, the preloaded Lisp | 77 when Emacs is dumped. If you define this, the preloaded Lisp |
78 code will not be sharable; but that's better than failing completely. */ | 78 code will not be sharable; but that's better than failing completely. */ |
79 | 79 |
80 #define NO_REMAP | 80 #define NO_REMAP |
81 | |
82 /* Some really obscure 4.2-based systems (like Sequent DYNIX) | |
83 * do not support asynchronous I/O (using SIGIO) on sockets, | |
84 * even though it works fine on tty's. If you have one of | |
85 * these systems, define the following, and then use it in | |
86 * config.h (or elsewhere) to decide when (not) to use SIGIO. | |
87 * | |
88 * You'd think this would go in an operating-system description file, | |
89 * but since it only occurs on some, but not all, BSD systems, the | |
90 * reasonable place to select for it is in the machine description | |
91 * file. | |
92 */ | |
93 | |
94 /* #define NO_SOCK_SIGIO */ |