roken: Add env functions to configure checks

Add the putenv, setenv and unsetenv functions to the list of
functions that configure checks for. This avoids the roken header
redefining them to rk_*, which we're then not providing an
implementation of.

Change-Id: I63bd88326e933f0afed399233c38489cd2aea46b
Reviewed-on: http://gerrit.openafs.org/4406
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Simon Wilkinson 2011-04-03 10:23:56 +01:00 committed by Jeffrey Altman
parent 64a305971f
commit cb87e0834c

View File

@ -1371,11 +1371,14 @@ AC_CHECK_FUNCS([ \
inet_aton \
inet_ntop \
inet_pton \
putenv \
readv \
setenv \
strdup \
strftime \
strndup \
strsep \
unsetenv \
])
dnl Functions that are in objects that we always build from libroken