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

Comparing rxvt-unicode/configure (file contents):
Revision 1.68 by root, Mon Jan 16 09:28:44 2006 UTC vs.
Revision 1.70 by root, Mon Jan 16 14:35:23 2006 UTC

11976#define XIMCB_PROTO_BROKEN 1 11976#define XIMCB_PROTO_BROKEN 1
11977_ACEOF 11977_ACEOF
11978 11978
11979fi 11979fi
11980 11980
11981if test x$rxvt_cv_func_posix_openpt = xno; then 11981if test x$ac_cv_func_posix_openpt = xno; then
11982 echo "$as_me:$LINENO: checking for openpty" >&5 11982 echo "$as_me:$LINENO: checking for openpty" >&5
11983echo $ECHO_N "checking for openpty... $ECHO_C" >&6 11983echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11984if test "${ac_cv_func_openpty+set}" = set; then 11984if test "${ac_cv_func_openpty+set}" = set; then
11985 echo $ECHO_N "(cached) $ECHO_C" >&6 11985 echo $ECHO_N "(cached) $ECHO_C" >&6
11986else 11986else
12221cat >>confdefs.h <<\_ACEOF 12221cat >>confdefs.h <<\_ACEOF
12222#define PTYS_ARE__GETPTY 1 12222#define PTYS_ARE__GETPTY 1
12223_ACEOF 12223_ACEOF
12224 12224
12225fi 12225fi
12226if test x$rxvt_cv_ptys = xGLIBC; then
12227
12228cat >>confdefs.h <<\_ACEOF
12229#define PTYS_ARE_GETPT 1
12230_ACEOF
12231
12232fi
12233if test x$rxvt_cv_ptys = xHPUX; then 12226if test x$rxvt_cv_ptys = xHPUX; then
12234 12227
12235cat >>confdefs.h <<\_ACEOF 12228cat >>confdefs.h <<\_ACEOF
12236#define PTYS_ARE_CLONE 1 12229#define PTYS_ARE_CLONE 1
12237_ACEOF 12230_ACEOF
12238 12231
12239fi 12232fi
12240if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 12233if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12241 12234
12242cat >>confdefs.h <<\_ACEOF 12235cat >>confdefs.h <<\_ACEOF
12243#define PTYS_ARE_SEARCHED 1 12236#define PTYS_ARE_SEARCHED 1
12244_ACEOF 12237_ACEOF
12245 12238

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines