diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3aa2dc16f42..674f00f1d09 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -97,7 +97,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 97 | /* This is used in list_system_processes. */ | 97 | /* This is used in list_system_processes. */ |
| 98 | #define HAVE_PROCFS 1 | 98 | #define HAVE_PROCFS 1 |
| 99 | 99 | ||
| 100 | |||
| 101 | /* Define CLASH_DETECTION if you want lock files to be written | 100 | /* Define CLASH_DETECTION if you want lock files to be written |
| 102 | so that Emacs can tell instantly when you try to modify | 101 | so that Emacs can tell instantly when you try to modify |
| 103 | a file that someone else has modified in his Emacs. */ | 102 | a file that someone else has modified in his Emacs. */ |
| @@ -126,11 +125,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 126 | #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ | 125 | #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ |
| 127 | ((FILE)->_pptr - (FILE)->_pbase) | 126 | ((FILE)->_pptr - (FILE)->_pbase) |
| 128 | #endif /* !_IO_STDIO_H && ! __UCLIBC__ */ | 127 | #endif /* !_IO_STDIO_H && ! __UCLIBC__ */ |
| 129 | #endif /* emacs */ | ||
| 130 | 128 | ||
| 131 | #ifdef emacs | ||
| 132 | #define INTERRUPT_INPUT | 129 | #define INTERRUPT_INPUT |
| 133 | #endif | 130 | #endif /* emacs */ |
| 134 | 131 | ||
| 135 | #define SYSV_SYSTEM_DIR /* use dirent.h */ | 132 | #define SYSV_SYSTEM_DIR /* use dirent.h */ |
| 136 | 133 | ||
| @@ -147,11 +144,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 147 | 144 | ||
| 148 | #define NARROWPROTO 1 | 145 | #define NARROWPROTO 1 |
| 149 | 146 | ||
| 150 | /* Use mmap directly for allocating larger buffers. */ | ||
| 151 | #ifdef DOUG_LEA_MALLOC | ||
| 152 | #undef REL_ALLOC | ||
| 153 | #endif | ||
| 154 | |||
| 155 | /* Tell that garbage collector that setjmp is known to save all | 147 | /* Tell that garbage collector that setjmp is known to save all |
| 156 | registers relevant for conservative garbage collection in the jmp_buf. */ | 148 | registers relevant for conservative garbage collection in the jmp_buf. */ |
| 157 | /* Not all the architectures are tested, but there are Debian packages | 149 | /* Not all the architectures are tested, but there are Debian packages |