diff options
| author | Jim Blandy | 1992-02-19 20:21:27 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-02-19 20:21:27 +0000 |
| commit | 0c29c32c50d121ce39b36209f22dc26f15589eb2 (patch) | |
| tree | c229987f8131f63e6d61592ac429d5e9bee8cb2d /src | |
| parent | a44804c254892c18e4b7e3d2029f5bdd7b982fa3 (diff) | |
| download | emacs-0c29c32c50d121ce39b36209f22dc26f15589eb2.tar.gz emacs-0c29c32c50d121ce39b36209f22dc26f15589eb2.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/template.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/m/template.h b/src/m/template.h index f69e0376c29..0fc3af4318c 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -108,3 +108,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 108 | code will not be sharable; but that's better than failing completely. */ | 108 | code will not be sharable; but that's better than failing completely. */ |
| 109 | 109 | ||
| 110 | #define NO_REMAP | 110 | #define NO_REMAP |
| 111 | |||
| 112 | /* Some really obscure 4.2-based systems (like Sequent DYNIX) | ||
| 113 | * do not support asynchronous I/O (using SIGIO) on sockets, | ||
| 114 | * even though it works fine on tty's. If you have one of | ||
| 115 | * these systems, define the following, and then use it in | ||
| 116 | * config.h (or elsewhere) to decide when (not) to use SIGIO. | ||
| 117 | * | ||
| 118 | * You'd think this would go in an operating-system description file, | ||
| 119 | * but since it only occurs on some, but not all, BSD systems, the | ||
| 120 | * reasonable place to select for it is in the machine description | ||
| 121 | * file. | ||
| 122 | */ | ||
| 123 | |||
| 124 | #define NO_SOCK_SIGIO | ||