summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 450051976a4..787afb26ce4 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -257,6 +257,9 @@
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
+/* Define if you have the syscall function. */
+#undef HAVE_SYSCALL
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
@@ -438,6 +441,9 @@
Solaris 2.[78] when using GCC. */
#undef _MSE_INT_H
+/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_GETOPT
+
/* Define if sigsetjmp is available. */
#undef HAVE_SIGSETJMP
@@ -513,6 +519,9 @@
/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
#undef THREAD_DB_HAS_TD_NOTALLOC
+/* Define if we can use the tkill syscall. */
+#undef HAVE_TKILL_SYSCALL
+
/* Define to the default OS ABI for this configuration. */
#undef GDB_OSABI_DEFAULT