aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2006-01-23 19:28:51 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2006-01-23 19:28:51 +0100
commit192a50ad41ca1582d3d7f75981681506b0615fe3 (patch)
tree8d13fe4ae78bc89d5119bc9ac9a016ba1156ce77 /libgomp/config.h.in
parent993acaec693ef81eb83b445152f5b04652f49b33 (diff)
downloadgcc-192a50ad41ca1582d3d7f75981681506b0615fe3.zip
gcc-192a50ad41ca1582d3d7f75981681506b0615fe3.tar.gz
gcc-192a50ad41ca1582d3d7f75981681506b0615fe3.tar.bz2
proc.c: Conditional include of sys/loadavg.h for Solaris.
2006-01-23 Andreas Tobler <a.tobler@schweiz.ch> * config/posix/proc.c: Conditional include of sys/loadavg.h for Solaris. * configure.ac: Add check for loadavg.h. (link_gomp): Adjust comment. * configure: Regenerate. * config.h.in: Regenerate. From-SVN: r110141
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 a24e148..d4e7422 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -39,6 +39,9 @@
/* Define to 1 if the target supports __sync_*_compare_and_swap */
#undef HAVE_SYNC_BUILTINS
+/* Define to 1 if you have the <sys/loadavg.h> header file. */
+#undef HAVE_SYS_LOADAVG_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H