From e201cbad0b1265a1faa9904a11d5d44186ac9952 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 15 Jul 2000 22:13:48 +0000 Subject: [PATCH] Oops, forgot to run autoheader before checking in the _getpty move to posixmodule. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 02e3bd86cb75..32d5e85b5a33 100644 --- a/config.h.in +++ b/config.h.in @@ -260,6 +260,9 @@ /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P +/* Define if you have the _getpty function. */ +#undef HAVE__GETPTY + /* Define if you have the alarm function. */ #undef HAVE_ALARM