diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/template.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/m/template.h b/src/m/template.h index 2807cd913ec..3beac1a7808 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -58,17 +58,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 58 | code will not be sharable; but that's better than failing completely. */ | 58 | code will not be sharable; but that's better than failing completely. */ |
| 59 | #define NO_REMAP | 59 | #define NO_REMAP |
| 60 | 60 | ||
| 61 | /* Some really obscure 4.2-based systems (like Sequent DYNIX) | ||
| 62 | do not support asynchronous I/O (using SIGIO) on sockets, | ||
| 63 | even though it works fine on tty's. If you have one of | ||
| 64 | these systems, define the following, and then use it in | ||
| 65 | config.h (or elsewhere) to decide when (not) to use SIGIO. | ||
| 66 | |||
| 67 | You'd think this would go in an operating-system description file, | ||
| 68 | but since it only occurs on some, but not all, BSD systems, the | ||
| 69 | reasonable place to select for it is in the machine description file. */ | ||
| 70 | #define NO_SOCK_SIGIO | ||
| 71 | |||
| 72 | /* After adding support for a new machine, modify the large case | 61 | /* After adding support for a new machine, modify the large case |
| 73 | statement in configure.in to recognize reasonable | 62 | statement in configure.in to recognize reasonable |
| 74 | configuration names, and add a description of the system to | 63 | configuration names, and add a description of the system to |