]> git.mxchange.org Git - flightgear.git/commitdiff
Changes by Bernie Bright to check for getrusage().
authorcurt <curt>
Wed, 19 Aug 1998 17:38:06 +0000 (17:38 +0000)
committercurt <curt>
Wed, 19 Aug 1998 17:38:06 +0000 (17:38 +0000)
config.h.in

index d4f97d82d01a0fc6d14186fa8b67c325b1773e5c..b4e36d24a3b21c1c4e023801ee00d0922bba2532 100644 (file)
@@ -72,6 +72,9 @@
 /* Define if you have the getitimer function.  */
 #undef HAVE_GETITIMER
 
+/* Define if you have the getrusage function.  */
+#undef HAVE_GETRUSAGE
+
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY