diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibms390.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/m/ibms390.h b/src/m/ibms390.h index c45cc39f2d8..b1de5ef7f17 100644 --- a/src/m/ibms390.h +++ b/src/m/ibms390.h | |||
| @@ -57,36 +57,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 57 | 57 | ||
| 58 | #define VIRT_ADDR_VARIES | 58 | #define VIRT_ADDR_VARIES |
| 59 | 59 | ||
| 60 | /* Define NO_REMAP if memory segmentation makes it not work well | ||
| 61 | to change the boundary between the text section and data section | ||
| 62 | when Emacs is dumped. If you define this, the preloaded Lisp | ||
| 63 | code will not be sharable; but that's better than failing completely. */ | ||
| 64 | |||
| 65 | /*#define NO_REMAP */ | ||
| 66 | |||
| 67 | /* Some really obscure 4.2-based systems (like Sequent DYNIX) | ||
| 68 | * do not support asynchronous I/O (using SIGIO) on sockets, | ||
| 69 | * even though it works fine on tty's. If you have one of | ||
| 70 | * these systems, define the following, and then use it in | ||
| 71 | * config.h (or elsewhere) to decide when (not) to use SIGIO. | ||
| 72 | * | ||
| 73 | * You'd think this would go in an operating-system description file, | ||
| 74 | * but since it only occurs on some, but not all, BSD systems, the | ||
| 75 | * reasonable place to select for it is in the machine description | ||
| 76 | * file. | ||
| 77 | */ | ||
| 78 | |||
| 79 | /*#define NO_SOCK_SIGIO*/ | ||
| 80 | |||
| 81 | |||
| 82 | /* After adding support for a new system, modify the large case | ||
| 83 | statement in the `configure' script to recognize reasonable | ||
| 84 | configuration names, and add a description of the system to | ||
| 85 | `etc/MACHINES'. | ||
| 86 | |||
| 87 | If you've just fixed a problem in an existing configuration file, | ||
| 88 | you should also check `etc/MACHINES' to make sure its descriptions | ||
| 89 | of known problems in that configuration should be updated. */ | ||
| 90 | |||
| 91 | /* arch-tag: d8a0ffa4-a8f0-4736-90d3-7fd7b21b8314 | 60 | /* arch-tag: d8a0ffa4-a8f0-4736-90d3-7fd7b21b8314 |
| 92 | (do not change this comment) */ | 61 | (do not change this comment) */ |