--- rxvt-unicode/src/rxvtlib.h.in 2005/02/04 11:41:23 1.43 +++ rxvt-unicode/src/rxvtlib.h.in 2005/04/17 22:36:13 1.46 @@ -22,7 +22,13 @@ #include #include -#include +#if HAVE_CWCHAR +# include +#elif HAVE_WCHAR_H +# include +#else +// stdlib.h might provide it +#endif #include "ptytty.h" @@ -216,6 +222,7 @@ # define Opt_borderLess 0 #endif #define Opt_pastableTabs (1UL<<25) +#define Opt_cursorUnderline (1UL<<26) /* place holder used for parsing command-line options */ #define Opt_Reverse (1UL<<30) #define Opt_Boolean (1UL<<31)