Oops, forgot to run autoheader before checking in the _getpty move to

posixmodule.
This commit is contained in:
Thomas Wouters 2000-07-15 22:13:48 +00:00
parent 3fded4bb29
commit e201cbad0b

View file

@ -260,6 +260,9 @@
/* The number of bytes in a void *. */ /* The number of bytes in a void *. */
#undef SIZEOF_VOID_P #undef SIZEOF_VOID_P
/* Define if you have the _getpty function. */
#undef HAVE__GETPTY
/* Define if you have the alarm function. */ /* Define if you have the alarm function. */
#undef HAVE_ALARM #undef HAVE_ALARM