Allow python to find its files if moved from original location.
[deliverable/binutils-gdb.git] / gdb / defs.h
index b18e03fdf532fbf387935f320f29042757bea94a..a727a4b7ca69586792258094ce9cee45608eccbd 100644 (file)
@@ -157,6 +157,10 @@ extern char *gdb_sysroot;
 /* GDB datadir, used to store data files.  */
 extern char *gdb_datadir;
 
+/* If non-NULL, the possibly relocated path to python's "lib" directory
+   specified with --with-python.  */
+extern char *python_libdir;
+
 /* Search path for separate debug files.  */
 extern char *debug_file_directory;
 
This page took 0.024171 seconds and 4 git commands to generate.