mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Release 1.0.2.
This commit is contained in:
parent
44b4cb1f54
commit
fe16cc0338
1 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
|
||||
/* Define if on Macintosh, compiling with THINK C. */
|
||||
#define THINK_C
|
||||
|
||||
/* Define if on Macintosh, compiling with anyu C compiler. */
|
||||
/* Define if on Macintosh, compiling with any C compiler. */
|
||||
#define macintosh
|
||||
|
||||
#define HAVE_STDARG_PROTOTYPES 1
|
||||
|
||||
/* Define if on AIX 3.
|
||||
System headers sometimes define this.
|
||||
We just want to avoid a redefinition error message. */
|
||||
|
@ -142,6 +141,9 @@
|
|||
/* Define if you have setsid. */
|
||||
#undef HAVE_SETSID
|
||||
|
||||
/* Define if you have setvbuf. */
|
||||
#define HAVE_SETVBUF 1
|
||||
|
||||
/* Define if you have siginterrupt. */
|
||||
#undef HAVE_SIGINTERRUPT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue