diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-14 23:02:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-14 23:02:35 +0000 |
commit | 530af442d7f68edcc4b4632b66a34279f88645b1 (patch) | |
tree | 7f70e552f9c7216a092276a7cd6d533a8f46e3f1 /lib/libcurses/Makefile | |
parent | fbe7a4e21ce2effe646980ca1214c125d94c70fd (diff) |
don't define HAVE_* since it conflicts with other configure scripts
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r-- | lib/libcurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 9e884d581f8..d091a7e96cc 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 1998/07/27 03:37:26 millert Exp $ +# $OpenBSD: Makefile,v 1.25 1998/08/14 23:02:33 millert Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -38,7 +38,7 @@ SRCS= access.c alloc_entry.c captoinfo.c codes.c comp_captab.c comp_error.c \ nc_panel.c parse_entry.c read_bsd_terminfo.c read_entry.c \ read_termcap.c resizeterm.c safe_sprintf.c sigaction.c softscroll.c \ trace_buf.c tries.c unctrl.c wresize.c write_entry.c -CFLAGS+= -I. -I${.CURDIR} -DTERMIOS ${CURSESTRACE} +CFLAGS+= -I. -I${.CURDIR} ${CURSESTRACE} # XXX - missing stuff here MAN= curs_addch.3 curs_addchstr.3 curs_addstr.3 curs_attr.3 curs_beep.3 \ curs_bkgd.3 curs_border.3 curs_clear.3 curs_color.3 curs_delch.3 \ |