diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 206edfd..9bc7098 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -169,9 +169,6 @@ /* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */ #undef HAVE_PT_GETXMMREGS -/* Define if gnu-regex.c included with GDB should be used. */ -#undef USE_INCLUDED_REGEX - /* BFD's default architecture. */ #undef DEFAULT_BFD_ARCH @@ -431,6 +428,9 @@ /* Define if sigsetjmp is available. */ #undef HAVE_SIGSETJMP +/* Define to 1 if the regex included in libiberty should be used. */ +#undef USE_INCLUDED_REGEX + /* Define if malloc is not declared in system header files. */ #undef NEED_DECLARATION_MALLOC |