* configure.ac: Test for sys/resource.h and getrusage.
[deliverable/binutils-gdb.git] / gdb / config.in
index 59793f5d6b8bb64d4c8e3fbe5c656f232ae7cf1a..ceb680246e45133a74dc3d71f11098437be1adeb 100644 (file)
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
+/* Define to 1 if you have the `getrusage' function. */
+#undef HAVE_GETRUSAGE
+
 /* Define to 1 if you have the `getuid' function. */
 #undef HAVE_GETUID
 
 /* Define to 1 if you have the <sys/reg.h> header file. */
 #undef HAVE_SYS_REG_H
 
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
+
 /* Define to 1 if you have the <sys/select.h> header file. */
 #undef HAVE_SYS_SELECT_H
 
This page took 0.026951 seconds and 4 git commands to generate.