mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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:
parent
64a305971f
commit
cb87e0834c
@ -1371,11 +1371,14 @@ AC_CHECK_FUNCS([ \
|
|||||||
inet_aton \
|
inet_aton \
|
||||||
inet_ntop \
|
inet_ntop \
|
||||||
inet_pton \
|
inet_pton \
|
||||||
|
putenv \
|
||||||
readv \
|
readv \
|
||||||
|
setenv \
|
||||||
strdup \
|
strdup \
|
||||||
strftime \
|
strftime \
|
||||||
strndup \
|
strndup \
|
||||||
strsep \
|
strsep \
|
||||||
|
unsetenv \
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl Functions that are in objects that we always build from libroken
|
dnl Functions that are in objects that we always build from libroken
|
||||||
|
Loading…
x
Reference in New Issue
Block a user