]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops, forgot to run autoheader before checking in the _getpty move to
authorThomas Wouters <thomas@python.org>
Sat, 15 Jul 2000 22:13:48 +0000 (22:13 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 15 Jul 2000 22:13:48 +0000 (22:13 +0000)
posixmodule.

config.h.in

index 02e3bd86cb75557c617248b906389c276fcf2934..32d5e85b5a3345ce95a6c658ccbb9d2164c36362 100644 (file)
 /* 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