Graphviz does not depend on this.
check_function_exists( getpagesize HAVE_GETPAGESIZE )
check_function_exists( getenv HAVE_GETENV )
check_function_exists( lrand48 HAVE_LRAND48 )
-check_function_exists( mstats HAVE_MSTATS )
check_function_exists( setenv HAVE_SETENV )
check_function_exists( setmode HAVE_SETMODE )
check_function_exists( sincos HAVE_SINCOS )
#cmakedefine HAVE_GETPAGESIZE
#cmakedefine HAVE_GETENV
#cmakedefine HAVE_LRAND48
-#cmakedefine HAVE_MSTATS
#cmakedefine HAVE_SETENV
#cmakedefine HAVE_SETMODE
#cmakedefine HAVE_SINCOS
# Checks for library functions
AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \
- cbrt mstats getpagesize \
+ cbrt getpagesize \
ftruncate lseek64 stat64 vfork unlink waitpid select])
AC_REPLACE_FUNCS([strcasestr])