ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/configure.in
(Generate patch)

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.10 by pcg, Sat Jan 31 02:14:58 2004 UTC vs.
Revision 1.11 by pcg, Sat Jan 31 04:12:10 2004 UTC

56support_text_blink=no 56support_text_blink=no
57support_pointer_blank=no 57support_pointer_blank=no
58support_scroll_rxvt=no 58support_scroll_rxvt=no
59support_scroll_next=no 59support_scroll_next=no
60support_scroll_xterm=no 60support_scroll_xterm=no
61support_scroll_plain=no
61support_xim=no 62support_xim=no
62support_xpm=no 63support_xpm=no
63support_xft=no 64support_xft=no
64support_unicode3=no 65support_unicode3=no
65codesets= 66codesets=
94 support_text_blink=yes 95 support_text_blink=yes
95 support_pointer_blank=yes 96 support_pointer_blank=yes
96 support_scroll_rxvt=yes 97 support_scroll_rxvt=yes
97 support_scroll_next=yes 98 support_scroll_next=yes
98 support_scroll_xterm=yes 99 support_scroll_xterm=yes
100 support_scroll_plain=yes
99 support_utmp=yes 101 support_utmp=yes
100 support_wtmp=yes 102 support_wtmp=yes
101 support_xim=yes 103 support_xim=yes
102 support_xpm=yes 104 support_xpm=yes
103 support_xft=yes 105 support_xft=yes
188 190
189AC_ARG_ENABLE(xterm-scroll, 191AC_ARG_ENABLE(xterm-scroll,
190 [ --enable-xterm-scroll enable Xterm style scrollbar], 192 [ --enable-xterm-scroll enable Xterm style scrollbar],
191 [if test x$enableval = xyes -o x$enableval = xno; then 193 [if test x$enableval = xyes -o x$enableval = xno; then
192 support_scroll_xterm=$enableval 194 support_scroll_xterm=$enableval
195 fi])
196
197AC_ARG_ENABLE(plain-scroll,
198 [ --enable-plain-scroll enable plain style scrollbar],
199 [if test x$enableval = xyes -o x$enableval = xno; then
200 support_scroll_plain=$enableval
193 fi]) 201 fi])
194 202
195AC_ARG_ENABLE(half-shadow, 203AC_ARG_ENABLE(half-shadow,
196 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar], 204 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
197 [if test x$enableval = xyes; then 205 [if test x$enableval = xyes; then
1178fi 1186fi
1179if test x$support_scroll_xterm = xyes; then 1187if test x$support_scroll_xterm = xyes; then
1180 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars) 1188 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars)
1181 scrolltypes="$scrolltypes xterm" 1189 scrolltypes="$scrolltypes xterm"
1182fi 1190fi
1191if test x$support_scroll_plain = xyes; then
1192 AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars)
1193 scrolltypes="$scrolltypes plain"
1194fi
1183if test x$support_pointer_blank = xyes; then 1195if test x$support_pointer_blank = xyes; then
1184 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 1196 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing)
1185fi 1197fi
1186if test x$support_cursor_blink = xyes; then 1198if test x$support_cursor_blink = xyes; then
1187 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support) 1199 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines