aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/config.h.in
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-06-27 16:20:47 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-06-27 16:20:47 +0000
commit0d72f628a4f21a869cb0dba9bbf45be1b17e625d (patch)
treed89514234626fcbffa26732a65a9f1ddd47c0a1e /libmudflap/config.h.in
parentbebd619ecc3ce2fc8e82efc2830cf9de5c9d2cdd (diff)
downloadgcc-0d72f628a4f21a869cb0dba9bbf45be1b17e625d.zip
gcc-0d72f628a4f21a869cb0dba9bbf45be1b17e625d.tar.gz
gcc-0d72f628a4f21a869cb0dba9bbf45be1b17e625d.tar.bz2
re PR libmudflap/38738 (libmudflap could be enabled for Solaris when using GNU ld)
gcc: PR libmudflap/38738 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define. libmudflap: PR libmudflap/38738 * configure.ac: Check for sys/mnttab.h. Check for library containing connect. * configure: Regenerate. * config.h.in: Regenerate. * mf-hooks2.c [HAVE_SYS_MNTTAB_H]: Include <sys/mnttab.h>. * testsuite/libmudflap.c/pass-stratcliff.c (main) [__sun__ && __svr4__]: Disable rawmemchr, stpcpy, mempcpy tests. From-SVN: r175537
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r--libmudflap/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in
index d20c42b..16afd05 100644
--- a/libmudflap/config.h.in
+++ b/libmudflap/config.h.in
@@ -210,6 +210,9 @@
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
+/* Define to 1 if you have the <sys/mnttab.h> header file. */
+#undef HAVE_SYS_MNTTAB_H
+
/* Define to 1 if you have the <sys/sem.h> header file. */
#undef HAVE_SYS_SEM_H