mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +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
|
#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
|
#if _EVENT_HAVE_DECL_CTL_KERN && _EVENT_HAVE_DECL_KERN_RANDOM && _EVENT_HAVE_DECL_RANDOM_UUID
|
||||||
#define TRY_SEED_SYSCTL_LINUX
|
#define TRY_SEED_SYSCTL_LINUX
|
||||||
static int
|
static int
|
||||||
|
@ -332,6 +332,7 @@ AC_CHECK_FUNCS([ \
|
|||||||
strsep \
|
strsep \
|
||||||
strtok_r \
|
strtok_r \
|
||||||
strtoll \
|
strtoll \
|
||||||
|
sysctl \
|
||||||
unsetenv \
|
unsetenv \
|
||||||
vasprintf \
|
vasprintf \
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user