1 /* $MirOS: src/lib/libedit/config.h,v 1.2 2005/03/06 20:29:00 tg Exp $ */ 2 /* $OpenBSD: config.h,v 1.1 2003/10/31 08:42:24 otto Exp $ */ 3 4 #undef SUNOS 5 #define HAVE_SYS_CDEFS_H 1 6 #define HAVE_TERMCAP_H 1 7 #undef HAVE_CURSES_H 8 #undef HAVE_NCURSES_H 9 #undef HAVE_TERM_H 10 #define HAVE_VIS_H 1 11 #define HAVE_ISSETUGID 1 12 13 #define HAVE_STRLCAT 1 14 #define HAVE_STRLCPY 1 15 #define HAVE_FGETLN 1 16 #define HAVE_STRVIS 1 17 #define HAVE_STRUNVIS 1 18 19 #include "sys.h" 20