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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 27b4d21..ad2140c 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -91,3 +91,6 @@ /* 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 |