aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-06-23 19:59:59 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2015-06-23 19:59:59 +0200
commit6d9d1eeb9708d96b5402513c2e7de25b397bd14c (patch)
tree20f341da2b8fa4cdac71f9a639ba67e309200015 /libgomp/config.h.in
parent4fa0f9ea8c17bc5b44e63b7c77cb728f64418718 (diff)
downloadgcc-6d9d1eeb9708d96b5402513c2e7de25b397bd14c.zip
gcc-6d9d1eeb9708d96b5402513c2e7de25b397bd14c.tar.gz
gcc-6d9d1eeb9708d96b5402513c2e7de25b397bd14c.tar.bz2
configure.ac: Fix check for header <sys/sysctl.h>.
2015-06-23 Andreas Tobler <andreast@gcc.gnu.org> * configure.ac: Fix check for header <sys/sysctl.h>. * configure: Regenerate. * config.h.in: Likewise. From-SVN: r224855
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 1fab258..8533f03 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -73,6 +73,9 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define to 1 if you have the <sys/sysctl.h> header file. */
+#undef HAVE_SYS_SYSCTL_H
+
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H