mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
A number of new symbols have appeared (courtesy autoconf 2.12?)
This commit is contained in:
parent
54d93d446b
commit
44be35aca4
1 changed files with 15 additions and 0 deletions
15
config.h.in
15
config.h.in
|
@ -157,6 +157,9 @@
|
|||
/* Define if you have the dlopen function. */
|
||||
#undef HAVE_DLOPEN
|
||||
|
||||
/* Define if you have the dup2 function. */
|
||||
#undef HAVE_DUP2
|
||||
|
||||
/* Define if you have the flock function. */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
|
@ -166,6 +169,9 @@
|
|||
/* Define if you have the ftruncate function. */
|
||||
#undef HAVE_FTRUNCATE
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#undef HAVE_GETCWD
|
||||
|
||||
/* Define if you have the gethostname_r function. */
|
||||
#undef HAVE_GETHOSTNAME_R
|
||||
|
||||
|
@ -193,6 +199,9 @@
|
|||
/* Define if you have the lstat function. */
|
||||
#undef HAVE_LSTAT
|
||||
|
||||
/* Define if you have the memmove function. */
|
||||
#undef HAVE_MEMMOVE
|
||||
|
||||
/* Define if you have the mkfifo function. */
|
||||
#undef HAVE_MKFIFO
|
||||
|
||||
|
@ -238,6 +247,12 @@
|
|||
/* Define if you have the sigrelse function. */
|
||||
#undef HAVE_SIGRELSE
|
||||
|
||||
/* Define if you have the strdup function. */
|
||||
#undef HAVE_STRDUP
|
||||
|
||||
/* Define if you have the strerror function. */
|
||||
#undef HAVE_STRERROR
|
||||
|
||||
/* Define if you have the strftime function. */
|
||||
#undef HAVE_STRFTIME
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue