summaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-19 05:46:27 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-19 05:46:27 +0000
commitef9e6081ee94f47cb7dc29d391a8aeb26a8f5b57 (patch)
treee38cf78a0f1ca5613ef3899942db70c38f874852 /gdb/acconfig.h
parent1a010a1b3533d5f3951c80719c538c90897464c8 (diff)
downloadgdb-ef9e6081ee94f47cb7dc29d391a8aeb26a8f5b57.tar.gz
Fix solib support so that non-svr4-solib-host x svr4-solib-target will work.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index 6a62bab2b4d..2ae27180c29 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -49,6 +49,19 @@
/* Define if <sys/procfs.h> has pr_siginfo64_t */
#undef HAVE_PR_SIGINFO64_T
+/* Define if <link.h> exists and defines struct link_map which has
+ members with an ``l_'' prefix. (For Solaris, SVR4, and
+ SVR4-like systems.) */
+#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
+
+/* Define if <link.h> exists and defines struct link_map which has
+ members with an ``lm_'' prefix. (For SunOS.) */
+#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
+
+/* Define if <link.h> exists and defines a struct so_map which has
+ members with an ``som_'' prefix. (Found on older *BSD systems.) */
+#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
+
/* Define if <sys/link.h> has struct link_map32 */
#undef HAVE_STRUCT_LINK_MAP32