*** empty log message ***
authorroot <root>
Mon, 16 Jan 2006 11:26:39 +0000 (11:26 +0000)
committerroot <root>
Mon, 16 Jan 2006 11:26:39 +0000 (11:26 +0000)
autoconf/config.h.in
autoconf/configure.in
configure

index 8fb86b86aa41fd2dd07fcd9b34a83403477e634a..979027837ca7527a32fa121126aacad495fb3aaa 100644 (file)
 /* 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
 
index f58d25eb281c40838088ab3b1fb0a9a75caa543c..61860e1bc72a135afe4cff8746e2128231514f92 100644 (file)
@@ -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
 
index 32c593065f9b5b3ba589e0866ec04c6dc9dbd775..e3aafd1f827e74377a14059d0aaac94242bdee63 100755 (executable)
--- 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