diff options
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index bf68cabe051..9f6fe52a5de 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -28,13 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | 28 | ||
| 29 | #define SIGNALS_VIA_CHARACTERS | 29 | #define SIGNALS_VIA_CHARACTERS |
| 30 | 30 | ||
| 31 | /* Tell Emacs that we are a terminfo based system; disable the use | ||
| 32 | of local termcap. (GNU uses ncurses.) */ | ||
| 33 | #ifdef HAVE_LIBNCURSES | ||
| 34 | #define TERMINFO | ||
| 35 | #define LIBS_TERMCAP -lncurses | ||
| 36 | #endif | ||
| 37 | |||
| 38 | /* Use mmap directly for allocating larger buffers. */ | 31 | /* Use mmap directly for allocating larger buffers. */ |
| 39 | #ifdef DOUG_LEA_MALLOC | 32 | #ifdef DOUG_LEA_MALLOC |
| 40 | #undef REL_ALLOC | 33 | #undef REL_ALLOC |