autotools does not currently check for getenv(), so there
is nothing to do if it is actually missing.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@985
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
###############################################################################
# Check functions
check_function_exists(fork HAVE_FORK)
-check_function_exists(getenv HAVE_GETENV)
check_function_exists(getpid HAVE_GETPID)
check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
check_function_exists(localtime_r HAVE_DECL_LOCALTIME_R)