diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-05 12:38:47 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | 259afc323f57146fcd1d4625f342e09c1d664290 (patch) | |
| tree | 843eea635ed2f07eaf5041a83122553ca50e2434 /pkg | |
| parent | f32ede30b8f7b02d679adc6c87e71c3515571e6f (diff) | |
python: Update config.h for musl 1.1.20
Diffstat (limited to 'pkg')
| -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 |
