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 bceba76..6aaf77a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -655,6 +655,13 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* System-wide gdbinit file. */ +#undef SYSTEM_GDBINIT + +/* Define if the system-wide gdbinit file should be relocated when GDB is + moved. */ +#undef SYSTEM_GDBINIT_RELOCATABLE + /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ #undef THREAD_DB_HAS_TD_NOTALLOC |