aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorKarl Heuer1996-01-09 23:48:52 +0000
committerKarl Heuer1996-01-09 23:48:52 +0000
commitfc4e55fc39708588b6283f55fecbadb0d71c5919 (patch)
tree11cdad65a7a3aad9a27839f3a8c742f064bcb6c9 /src/s/gnu-linux.h
parent253ceb5bf0d1695b386fd39af2c6b11e7018e56f (diff)
downloademacs-fc4e55fc39708588b6283f55fecbadb0d71c5919.tar.gz
emacs-fc4e55fc39708588b6283f55fecbadb0d71c5919.zip
(LIBS_TERMCAP): Definition deleted.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index fc07bc7d3f9..c86ed796554 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -190,7 +190,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
190 190
191/* Best not to include -lg, unless it is last on the command line */ 191/* Best not to include -lg, unless it is last on the command line */
192#define LIBS_DEBUG 192#define LIBS_DEBUG
193#define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
194#ifndef __ELF__ 193#ifndef __ELF__
195#define LIB_STANDARD -lc /* avoid -lPW */ 194#define LIB_STANDARD -lc /* avoid -lPW */
196#else 195#else