summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-23 21:54:25 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-23 21:54:25 +0000
commit9d365a45dda3f4e9dc64642a4854afd2247a3f60 (patch)
tree8ad1a0581300d35edf330ce612d48b94fcf3dc8c /gdb/config.in
parenta6b3e79633f96fc174c80a375994042efc7d7238 (diff)
downloadgdb-9d365a45dda3f4e9dc64642a4854afd2247a3f60.tar.gz
* configure.in: (AC_CHECK_FUNCS) Added test for
canonicalize_file_name Regenerated. * config.in, configure: Regenerated. * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is defined use canonicalize_file_name.
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 c8ac3fa04e4..f2bab550d14 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -202,6 +202,9 @@
/* Define if you have the bzero function. */
#undef HAVE_BZERO
+/* Define if you have the canonicalize_file_name function. */
+#undef HAVE_CANONICALIZE_FILE_NAME
+
/* Define if you have the dcgettext function. */
#undef HAVE_DCGETTEXT