mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added HAVE_ macros for getpeername, getpid, setvbuf.
This commit is contained in:
parent
478e718aca
commit
c339753fb3
1 changed files with 5 additions and 2 deletions
|
@ -330,13 +330,13 @@ typedef int pid_t;
|
|||
#define HAVE_FTIME
|
||||
|
||||
/* Define if you have getpeername. */
|
||||
/* #undef HAVE_GETPEERNAME */
|
||||
#define HAVE_GETPEERNAME
|
||||
|
||||
/* Define if you have getpgrp. */
|
||||
/* #undef HAVE_GETPGRP */
|
||||
|
||||
/* Define if you have getpid. */
|
||||
/* #undef HAVE_GETPID */
|
||||
#define HAVE_GETPID
|
||||
|
||||
/* Define if you have gettimeofday. */
|
||||
/* #undef HAVE_GETTIMEOFDAY */
|
||||
|
@ -365,6 +365,9 @@ typedef int pid_t;
|
|||
/* Define if you have setsid. */
|
||||
/* #undef HAVE_SETSID */
|
||||
|
||||
/* Define if you have setvbuf. */
|
||||
#define HAVE_SETVBUF
|
||||
|
||||
/* Define if you have siginterrupt. */
|
||||
/* #undef HAVE_SIGINTERRUPT */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue