aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
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/config.in
parentf38e884d673d606a904096c1af631eee5295f220 (diff)
downloadgdb-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.in3
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