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