diff options
| author | Dave Love | 2000-10-02 14:30:39 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-02 14:30:39 +0000 |
| commit | 6708b99c5d68f3551440be48fc5af8ff8e3ed06e (patch) | |
| tree | 1eed2dc5cedc8c28609d8510493ba09b35aaac80 /src | |
| parent | 4300ecb8e2621d2b3cb81727d9f0cb3cebc5601d (diff) | |
| download | emacs-6708b99c5d68f3551440be48fc5af8ff8e3ed06e.tar.gz emacs-6708b99c5d68f3551440be48fc5af8ff8e3ed06e.zip | |
(NO_REMAP): Don't define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alpha.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 607cc8cce63..82e6332132a 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -46,11 +46,6 @@ NOTE-END | |||
| 46 | 46 | ||
| 47 | #define NO_ARG_ARRAY | 47 | #define NO_ARG_ARRAY |
| 48 | 48 | ||
| 49 | /* Define WORD_MACHINE if addresses and such have | ||
| 50 | * to be corrected before they can be used as byte counts. */ | ||
| 51 | |||
| 52 | /* #define WORD_MACHINE */ | ||
| 53 | |||
| 54 | /* Now define a symbol for the cpu type, if your compiler | 49 | /* Now define a symbol for the cpu type, if your compiler |
| 55 | does not define it automatically: | 50 | does not define it automatically: |
| 56 | Ones defined so far include vax, m68000, ns16000, pyramid, | 51 | Ones defined so far include vax, m68000, ns16000, pyramid, |
| @@ -85,21 +80,6 @@ NOTE-END | |||
| 85 | 80 | ||
| 86 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) | 81 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) |
| 87 | 82 | ||
| 88 | /* Define CANNOT_DUMP on machines where unexec does not work. | ||
| 89 | Then the function dump-emacs will not be defined | ||
| 90 | and temacs will do (load "loadup") automatically unless told otherwise. */ | ||
| 91 | |||
| 92 | /* #define CANNOT_DUMP */ | ||
| 93 | |||
| 94 | /* Define VIRT_ADDR_VARIES if the virtual addresses of | ||
| 95 | pure and impure space as loaded can vary, and even their | ||
| 96 | relative order cannot be relied on. | ||
| 97 | |||
| 98 | Otherwise Emacs assumes that text space precedes data space, | ||
| 99 | numerically. */ | ||
| 100 | |||
| 101 | /* #define VIRT_ADDR_VARIES */ | ||
| 102 | |||
| 103 | /* Define C_ALLOCA if this machine does not support a true alloca | 83 | /* Define C_ALLOCA if this machine does not support a true alloca |
| 104 | and the one written in C should be used instead. | 84 | and the one written in C should be used instead. |
| 105 | Define HAVE_ALLOCA to say that the system provides a properly | 85 | Define HAVE_ALLOCA to say that the system provides a properly |
| @@ -122,28 +102,6 @@ NOTE-END | |||
| 122 | 102 | ||
| 123 | /* #define SYSTEM_MALLOC */ | 103 | /* #define SYSTEM_MALLOC */ |
| 124 | 104 | ||
| 125 | /* Define NO_REMAP if memory segmentation makes it not work well | ||
| 126 | to change the boundary between the text section and data section | ||
| 127 | when Emacs is dumped. If you define this, the preloaded Lisp | ||
| 128 | code will not be sharable; but that's better than failing completely. */ | ||
| 129 | |||
| 130 | #define NO_REMAP | ||
| 131 | |||
| 132 | /* Some really obscure 4.2-based systems (like Sequent DYNIX) | ||
| 133 | * do not support asynchronous I/O (using SIGIO) on sockets, | ||
| 134 | * even though it works fine on tty's. If you have one of | ||
| 135 | * these systems, define the following, and then use it in | ||
| 136 | * config.h (or elsewhere) to decide when (not) to use SIGIO. | ||
| 137 | * | ||
| 138 | * You'd think this would go in an operating-system description file, | ||
| 139 | * but since it only occurs on some, but not all, BSD systems, the | ||
| 140 | * reasonable place to select for it is in the machine description | ||
| 141 | * file. | ||
| 142 | */ | ||
| 143 | |||
| 144 | /* #define NO_SOCK_SIGIO */ | ||
| 145 | |||
| 146 | |||
| 147 | #ifdef __ELF__ | 105 | #ifdef __ELF__ |
| 148 | /* With ELF, make sure that all common symbols get allocated to in the | 106 | /* With ELF, make sure that all common symbols get allocated to in the |
| 149 | data section. Otherwise, the dump of temacs may miss variables in | 107 | data section. Otherwise, the dump of temacs may miss variables in |