Initial python support.
[platform/upstream/binutils.git] / gdb / config.in
index 9b8ca72..46e2467 100644 (file)
 /* 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
 
 /* 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