aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-11 01:21:15 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-11 01:21:15 +0000
commite48f66e46e8f58c36392397b816545318b0e4ab6 (patch)
tree74c53230a74927162f6f7b92c4a279e5875565a4 /gdb/acconfig.h
parentf38e884d673d606a904096c1af631eee5295f220 (diff)
downloadfsf-binutils-gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.zip
fsf-binutils-gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.tar.gz
fsf-binutils-gdb-e48f66e46e8f58c36392397b816545318b0e4ab6.tar.bz2
Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h3
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