mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
derived from new configure.in
This commit is contained in:
parent
36bc68024f
commit
8ddd0addba
2 changed files with 447 additions and 451 deletions
|
@ -8,7 +8,9 @@
|
|||
#endif
|
||||
|
||||
/* Define if type char is unsigned and you are not using gcc. */
|
||||
#ifndef __CHAR_UNSIGNED__
|
||||
#undef __CHAR_UNSIGNED__
|
||||
#endif
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
@ -278,6 +280,9 @@
|
|||
/* Define if you have the <sys/utsname.h> header file. */
|
||||
#undef HAVE_SYS_UTSNAME_H
|
||||
|
||||
/* Define if you have the <sys/wait.h> header file. */
|
||||
#undef HAVE_SYS_WAIT_H
|
||||
|
||||
/* Define if you have the <thread.h> header file. */
|
||||
#undef HAVE_THREAD_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue