mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts: configure.in
This commit is contained in:
commit
d430602863
@ -167,7 +167,7 @@ arc4_seed_win32(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(_EVENT_HAVE_SYS_SYSCTL_H)
|
||||
#if defined(_EVENT_HAVE_SYS_SYSCTL_H) && defined(_EVENT_HAVE_SYSCTL)
|
||||
#if _EVENT_HAVE_DECL_CTL_KERN && _EVENT_HAVE_DECL_KERN_RANDOM && _EVENT_HAVE_DECL_RANDOM_UUID
|
||||
#define TRY_SEED_SYSCTL_LINUX
|
||||
static int
|
||||
|
@ -332,6 +332,7 @@ AC_CHECK_FUNCS([ \
|
||||
strsep \
|
||||
strtok_r \
|
||||
strtoll \
|
||||
sysctl \
|
||||
unsetenv \
|
||||
vasprintf \
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user