comparison src/m/wicat.h @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
129 /* there is a select() in libcurses.a that causes a conflict so use termlib */ 129 /* there is a select() in libcurses.a that causes a conflict so use termlib */
130 #ifdef HAVE_SELECT 130 #ifdef HAVE_SELECT
131 #undef TERMINFO 131 #undef TERMINFO
132 #define LIBS_TERMCAP select.o -ltermlib 132 #define LIBS_TERMCAP select.o -ltermlib
133 #endif 133 #endif
134
135 /* arch-tag: b181c512-0275-4d25-9bbc-be0c8ca7bcad
136 (do not change this comment) */