diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/gdb/config.in b/gdb/config.in index cd24079..9678df4 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -59,18 +59,28 @@ /* Define if using Solaris thread debugging. */ #undef HAVE_THREAD_DB_LIB +/* Define on a Linux system to work around problems in sys/procfs.h. */ +#undef START_INFERIOR_TRAPS_EXPECTED +#undef sys_quotactl + +/* Define if you have HPUX threads */ +#undef HAVE_HPUX_THREAD_SUPPORT + /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the poll function. */ +#undef HAVE_POLL + /* Define if you have the sbrk function. */ #undef HAVE_SBRK +/* Define if you have the select function. */ +#undef HAVE_SELECT + /* Define if you have the setpgid function. */ #undef HAVE_SETPGID -/* Define if you have the valloc function. */ -#undef HAVE_VALLOC - /* Define if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H @@ -83,6 +93,9 @@ /* Define if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if you have the <objlist.h> header file. */ +#undef HAVE_OBJLIST_H + /* Define if you have the <sgtty.h> header file. */ #undef HAVE_SGTTY_H @@ -110,14 +123,8 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define if you have the <objlist.h> header file. */ -#undef HAVE_OBJLIST_H - -/* Define if you have the select function. */ -#undef HAVE_SELECT - -/* Define if you have the poll function. */ -#undef HAVE_POLL +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL -/* Define if you have HPUX threads */ -#undef HAVE_HPUX_THREAD_SUPPORT +/* Define if you have the m library (-lm). */ +#undef HAVE_LIBM |