From: root Date: Mon, 16 Jan 2006 11:26:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9fc57543393795318a648819de852d10a0faf7b8;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/autoconf/config.h.in b/autoconf/config.h.in index 8fb86b86..97902783 100644 --- a/autoconf/config.h.in +++ b/autoconf/config.h.in @@ -346,9 +346,6 @@ /* Define for this pty type */ #undef PTYS_ARE__GETPTY -/* Define for this pty type */ -#undef PTYS_ARE_GETPT - /* Define for this pty type */ #undef PTYS_ARE_CLONE diff --git a/autoconf/configure.in b/autoconf/configure.in index f58d25eb..61860e1b 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1230,13 +1230,10 @@ fi if test x$rxvt_cv_ptys = xSGI4; then AC_DEFINE(PTYS_ARE__GETPTY, 1, Define for this pty type) fi -if test x$rxvt_cv_ptys = xGLIBC; then - AC_DEFINE(PTYS_ARE_GETPT, 1, Define for this pty type) -fi if test x$rxvt_cv_ptys = xHPUX; then AC_DEFINE(PTYS_ARE_CLONE, 1, Define for this pty type) fi -if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then +if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then AC_DEFINE(PTYS_ARE_SEARCHED, 1, Define for this pty type) fi diff --git a/configure b/configure index 32c59306..e3aafd1f 100755 --- a/configure +++ b/configure @@ -12222,13 +12222,6 @@ cat >>confdefs.h <<\_ACEOF #define PTYS_ARE__GETPTY 1 _ACEOF -fi -if test x$rxvt_cv_ptys = xGLIBC; then - -cat >>confdefs.h <<\_ACEOF -#define PTYS_ARE_GETPT 1 -_ACEOF - fi if test x$rxvt_cv_ptys = xHPUX; then @@ -12237,7 +12230,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi -if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then +if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then cat >>confdefs.h <<\_ACEOF #define PTYS_ARE_SEARCHED 1