comparison src/m/wicat.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children 23a17af379b1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
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) */