Mercurial > hg > xemacs-beta
comparison src/m/template.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 |
---|---|
67 when Emacs is dumped. If you define this, the preloaded Lisp | 67 when Emacs is dumped. If you define this, the preloaded Lisp |
68 code will not be sharable; but that's better than failing completely. */ | 68 code will not be sharable; but that's better than failing completely. */ |
69 | 69 |
70 #define NO_REMAP | 70 #define NO_REMAP |
71 | 71 |
72 /* Some really obscure 4.2-based systems (like Sequent DYNIX) | |
73 * do not support asynchronous I/O (using SIGIO) on sockets, | |
74 * even though it works fine on tty's. If you have one of | |
75 * these systems, define the following, and then use it in | |
76 * config.h (or elsewhere) to decide when (not) to use SIGIO. | |
77 * | |
78 * You'd think this would go in an operating-system description file, | |
79 * but since it only occurs on some, but not all, BSD systems, the | |
80 * reasonable place to select for it is in the machine description | |
81 * file. | |
82 */ | |
83 | |
84 #define NO_SOCK_SIGIO | |
85 | |
86 | |
87 /* After adding support for a new system, modify the large case | 72 /* After adding support for a new system, modify the large case |
88 statement in the `configure' script to recognize reasonable | 73 statement in the `configure' script to recognize reasonable |
89 configuration names, and add a description of the system to | 74 configuration names, and add a description of the system to |
90 `etc/MACHINES'. | 75 `etc/MACHINES'. |
91 | 76 |