roken: Add env functions to configure checks
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 3 Apr 2011 09:23:56 +0000 (10:23 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Sun, 3 Apr 2011 16:37:27 +0000 (09:37 -0700)
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>

acinclude.m4

index b7b0333..8fd379b 100644 (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