diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-11 01:21:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-11 01:21:15 +0000 |
commit | e48f66e46e8f58c36392397b816545318b0e4ab6 (patch) | |
tree | 74c53230a74927162f6f7b92c4a279e5875565a4 /gdb/config.in | |
parent | f38e884d673d606a904096c1af631eee5295f220 (diff) | |
download | gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.zip gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.tar.gz gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.tar.bz2 |
Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.
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 |