mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
The usual.
This commit is contained in:
parent
5dab3d815f
commit
ccaf3b6d11
2 changed files with 183 additions and 104 deletions
|
@ -142,6 +142,12 @@
|
|||
/* Define if you want to use the GNU readline library */
|
||||
#undef WITH_READLINE
|
||||
|
||||
/* The number of bytes in a int. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The number of bytes in a long. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* Define if you have the chown function. */
|
||||
#undef HAVE_CHOWN
|
||||
|
||||
|
@ -292,6 +298,9 @@
|
|||
/* Define if you have the <sys/dir.h> header file. */
|
||||
#undef HAVE_SYS_DIR_H
|
||||
|
||||
/* Define if you have the <sys/file.h> header file. */
|
||||
#undef HAVE_SYS_FILE_H
|
||||
|
||||
/* Define if you have the <sys/lock.h> header file. */
|
||||
#undef HAVE_SYS_LOCK_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue