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.69 by root, Mon Jan 16 09:28:45 2006 UTC vs.
Revision 1.70 by root, Mon Jan 16 11:26:39 2006 UTC

1228 AC_DEFINE(PTYS_ARE_PTC, 1, Define for this pty type) 1228 AC_DEFINE(PTYS_ARE_PTC, 1, Define for this pty type)
1229fi 1229fi
1230if test x$rxvt_cv_ptys = xSGI4; then 1230if test x$rxvt_cv_ptys = xSGI4; then
1231 AC_DEFINE(PTYS_ARE__GETPTY, 1, Define for this pty type) 1231 AC_DEFINE(PTYS_ARE__GETPTY, 1, Define for this pty type)
1232fi 1232fi
1233if test x$rxvt_cv_ptys = xGLIBC; then
1234 AC_DEFINE(PTYS_ARE_GETPT, 1, Define for this pty type)
1235fi
1236if test x$rxvt_cv_ptys = xHPUX; then 1233if test x$rxvt_cv_ptys = xHPUX; then
1237 AC_DEFINE(PTYS_ARE_CLONE, 1, Define for this pty type) 1234 AC_DEFINE(PTYS_ARE_CLONE, 1, Define for this pty type)
1238fi 1235fi
1239if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 1236if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
1240 AC_DEFINE(PTYS_ARE_SEARCHED, 1, Define for this pty type) 1237 AC_DEFINE(PTYS_ARE_SEARCHED, 1, Define for this pty type)
1241fi 1238fi
1242 1239
1243 1240
1244AS_MESSAGE(checking for pty ranges...) 1241AS_MESSAGE(checking for pty ranges...)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines