mirror of https://github.com/python/cpython.git
Oops, forgot to run autoheader before checking in the _getpty move to
posixmodule.
This commit is contained in:
parent
3fded4bb29
commit
e201cbad0b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue