diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 448c4e2..76cb363 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -766,6 +766,9 @@ 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX +/* Define if the python directory should be relocated when GDB is moved. */ +#undef PYTHON_PATH_RELOCATABLE + /* Relocated directory for source files. */ #undef RELOC_SRCDIR @@ -838,6 +841,10 @@ 'wint_t'. */ #undef WINT_T_SUFFIX +/* Define if --with-python provides a path, either directly or via + python-config.py --exec-prefix. */ +#undef WITH_PYTHON_PATH + /* Define if the simulator is being linked in. */ #undef WITH_SIM |