On August 14, 2003 10:00 pm, Mike McCormack wrote:
+#ifdef HAVE_NCURSES_H
- char *ncname = SONAME_LIBNCURSES;
+#else
- char *ncname = SONAME_LIBCURSES;
+#endif
Since we're doing this dynamically, shouldn't we also determine at runtime if we should use ncurses or curses? It would make a lot more sense, as we typically compile on one box, and run on another...