diff options
Diffstat (limited to 'pkg/python/pyconfig.h')
| -rw-r--r-- | pkg/python/pyconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index 6c71ed3d..54f683d8 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -24,7 +24,7 @@ /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */ /* #undef HAVE_BLUETOOTH_H */ /* #undef HAVE_BROKEN_MBSTOWCS */ -#define HAVE_BROKEN_NICE 1 +/* #undef HAVE_BROKEN_NICE */ /* #undef HAVE_BROKEN_PIPE_BUF */ /* #undef HAVE_BROKEN_POLL */ /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */ @@ -125,7 +125,7 @@ #define HAVE_GCC_UINT128_T 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETC_UNLOCKED 1 -/* #undef HAVE_GETENTROPY */ +#define HAVE_GETENTROPY 1 #define HAVE_GETGROUPLIST 1 #define HAVE_GETGROUPS 1 /* #undef HAVE_GETHOSTBYNAME */ @@ -144,7 +144,7 @@ #define HAVE_GETPID 1 #define HAVE_GETPRIORITY 1 #define HAVE_GETPWENT 1 -/* #undef HAVE_GETRANDOM */ +#define HAVE_GETRANDOM 1 #define HAVE_GETRANDOM_SYSCALL 1 #define HAVE_GETRESGID 1 #define HAVE_GETRESUID 1 @@ -348,7 +348,7 @@ /* #undef HAVE_SYS_NDIR_H */ #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 -/* #undef HAVE_SYS_RANDOM_H */ +#define HAVE_SYS_RANDOM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SENDFILE_H 1 |
