summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-09 23:48:52 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-09 23:48:52 +0000
commitcb87119f446a7306600e390adb14c951c421ffef (patch)
tree97e2c278351a703d1953f3de22a71d424ef30629 /src
parentbc1ad0092da20f37ba1221089522cd2d5f145333 (diff)
downloademacs-cb87119f446a7306600e390adb14c951c421ffef.tar.gz
(LIBS_TERMCAP): Definition deleted.
Diffstat (limited to 'src')
-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. */
/* Best not to include -lg, unless it is last on the command line */
#define LIBS_DEBUG
-#define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
#ifndef __ELF__
#define LIB_STANDARD -lc /* avoid -lPW */
#else