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