diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index ea43988..6a7157d 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -126,6 +126,9 @@ /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ #undef HAVE_PTRACE_GETXFPREGS +/* Define if gnu-regex.c included with GDB should be used. */ +#undef USE_INCLUDED_REGEX + /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT |