Merge remote-tracking branch 'origin/patches-2.0'

Conflicts:
	configure.in
This commit is contained in:
Nick Mathewson 2011-12-08 11:43:04 -05:00
commit d430602863
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -332,6 +332,7 @@ AC_CHECK_FUNCS([ \
strsep \
strtok_r \
strtoll \
sysctl \
unsetenv \
vasprintf \
])