/* Define if your system has its own `getloadavg' function. */
#undef HAVE_GETLOADAVG
+/* Define if you have getrusage() */
+#undef HAVE_GETRUSAGE
+
/* Define if you have the getmntent function. */
#undef HAVE_GETMNTENT
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \
- setitimer getitimer signal GetLocalTime rint )
+ setitimer getitimer signal GetLocalTime rint getrusage )
if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then
echo
Lib/Debug/Makefile \
Lib/DEM/Makefile \
Lib/Math/Makefile \
+ Lib/Misc/Makefile \
Lib/PUI/Makefile \
Lib/XGL/Makefile \
Lib/zlib/Makefile \