summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2007-02-02 22:55:54 +0000
committerNick Roberts <nickrob@snap.net.nz>2007-02-02 22:55:54 +0000
commit7eb368b35276303266b257bebbf2ddaf34173ae8 (patch)
treed45afd758736388485d143f10a07bd29f7d43fb5 /gdb/config.in
parentc4f5c3d74c9a860cf1c762e2deb906212a71864c (diff)
downloadbinutils-gdb-7eb368b35276303266b257bebbf2ddaf34173ae8.tar.gz
* configure.ac: Test for sys/resource.h and getrusage.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 59793f5d6b8..ceb680246e4 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -122,6 +122,9 @@
/* 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
@@ -388,6 +391,9 @@
/* 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