diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index f3a06990ed3..d010fc72615 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -180,11 +180,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 180 | #undef LIB_GCC | 180 | #undef LIB_GCC |
| 181 | #define LIB_GCC | 181 | #define LIB_GCC |
| 182 | 182 | ||
| 183 | #ifdef HAVE_LIBNCURSES | ||
| 184 | #define TERMINFO | ||
| 185 | #define LIBS_TERMCAP -lncurses | ||
| 186 | #endif | ||
| 187 | |||
| 188 | #define UNEXEC unexelf.o | 183 | #define UNEXEC unexelf.o |
| 189 | 184 | ||
| 190 | /* This is to work around mysterious gcc failures in some system versions. | 185 | /* This is to work around mysterious gcc failures in some system versions. |