aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 9b8ca72..46e2467 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -184,6 +184,15 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
+/* Define if Python 2.4 is being used. */
+#undef HAVE_LIBPYTHON2_4
+
+/* Define if Python 2.5 is being used. */
+#undef HAVE_LIBPYTHON2_5
+
+/* Define if Python 2.6 is being used. */
+#undef HAVE_LIBPYTHON2_6
+
/* Define if libunwind library is being used. */
#undef HAVE_LIBUNWIND
@@ -307,6 +316,9 @@
/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
#undef HAVE_PT_GETXMMREGS
+/* Define if Python interpreter is being linked in. */
+#undef HAVE_PYTHON
+
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH