2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / gdb / config.in
index 1bfd8375c301ddd30bc969bb4eb7a0ca91e28182..d4d44692170be683001fef7adac49f7dd8a5a0ce 100644 (file)
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA
 
-/* Global directory for separate debug files. */
+/* look for global separate debug info in this path [LIBDIR/debug] */
 #undef DEBUGDIR
 
-/* Define if the debug directory should be relocated when GDB is moved. */
+/* Define if the separate-debug-dir directory should be relocated when GDB is
+   moved. */
 #undef DEBUGDIR_RELOCATABLE
 
 /* Define to BFD's default architecture. */
    language is requested. */
 #undef ENABLE_NLS
 
+/* look for global separate data files in this path [DATADIR/gdb] */
+#undef GDB_DATADIR
+
+/* Define if the gdb-datadir directory should be relocated when GDB is moved.
+   */
+#undef GDB_DATADIR_RELOCATABLE
+
 /* Define to be a string naming the default host character set. */
 #undef GDB_DEFAULT_HOST_CHARSET
 
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
-/* System-wide gdbinit file. */
+/* automatically load a system-wide gdbinit file */
 #undef SYSTEM_GDBINIT
 
-/* Define if the system-wide gdbinit file should be relocated when GDB is
+/* Define if the system-gdbinit directory should be relocated when GDB is
    moved. */
 #undef SYSTEM_GDBINIT_RELOCATABLE
 
This page took 0.025043 seconds and 4 git commands to generate.