--- rxvt-unicode/autoconf/config.h.in 2006/01/02 15:35:43 1.35 +++ rxvt-unicode/autoconf/config.h.in 2006/01/16 11:26:39 1.41 @@ -73,8 +73,8 @@ /* Define if you have the on_exit function. */ #undef HAVE_ON_EXIT -/* Define if you have the openpty function. */ -#undef HAVE_OPENPTY +/* Define if you have the posix_openpt function. */ +#undef HAVE_POSIX_OPENPT /* Define if you have the revoke function. */ #undef HAVE_REVOKE @@ -136,6 +136,9 @@ /* Define if you have the header file. */ #undef HAVE_LIBC_H +/* Define if you have the header file. */ +#undef HAVE_LIBUTIL_H + /* Define if you have the header file. */ #undef HAVE_PTY_H @@ -178,6 +181,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_UTIL_H + /* Define if you have the header file. */ #undef HAVE_UTMP_H @@ -223,9 +229,6 @@ /* Define if you don't want any resources read */ #undef NO_RESOURCES -/* Define if you want to use XGetDefault instead of our internal version */ -#undef USE_XGETDEFAULT - /* Fallback resource class */ #undef RESFALLBACK @@ -325,8 +328,8 @@ /* Define if your XIMCallback specifies XIC as first type. */ #undef XIMCB_PROTO_BROKEN -/* Define if you have _GNU_SOURCE getpt() */ -#undef HAVE_GETPT +/* Define for this pty type */ +#undef PTYS_ARE_POSIX /* Define for this pty type */ #undef PTYS_ARE_OPENPTY @@ -344,12 +347,6 @@ #undef PTYS_ARE__GETPTY /* 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 /* Define for this pty type */ @@ -466,6 +463,3 @@ /* Define if you can embed a perl interpreter */ #undef ENABLE_PERL -/* Define if you don't need to use our replacement string functions */ -#undef NO_STRINGS -