summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-01-21 13:14:02 +0000
committerMark Kettenis <kettenis@gnu.org>2005-01-21 13:14:02 +0000
commit6dc01d7c3a2358b28e8a85b45e571fc02e72c5bb (patch)
tree0344bfa45baf1bd1d1882cc86ab8438a5f6a5c3c /gdb/config.in
parentb19aa7add36e1771981de4302657276a705405ca (diff)
downloadgdb-6dc01d7c3a2358b28e8a85b45e571fc02e72c5bb.tar.gz
* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
and BFD_NEED_DECLARATION. Don't check if a declaration of strdup is necessary. * configure, config.in: Regenerate. * utils.c: Adjust for usage of AC_CHECK_DECLS instead of BFD_NEED_DECLARATION. Never provide a prototype for caninicalize_file_name. * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of BFD_NEED_DECLARATION.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in47
1 files changed, 24 insertions, 23 deletions
diff --git a/gdb/config.in b/gdb/config.in
index b9d87115fe4..63b9e6187c8 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -212,12 +212,34 @@
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
-/* Define to 1 if we found this declaration otherwise define to 0. */
+/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
+ */
+#undef HAVE_DECL_FREE
+
+/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
+ */
#undef HAVE_DECL_GETOPT
-/* Define to 1 if we found this declaration otherwise define to 0. */
+/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
+ */
+#undef HAVE_DECL_MALLOC
+
+/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
+ */
#undef HAVE_DECL_PTRACE
+/* Define to 1 if you have the declaration of `realloc', and to 0 if you
+ don't. */
+#undef HAVE_DECL_REALLOC
+
+/* Define to 1 if you have the declaration of `strerror', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRERROR
+
+/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STRSTR
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
@@ -569,27 +591,6 @@
/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST
-/* Define if canonicalize_file_name is not declared in system header files. */
-#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
-
-/* Define if free is not declared in system header files. */
-#undef NEED_DECLARATION_FREE
-
-/* Define if malloc is not declared in system header files. */
-#undef NEED_DECLARATION_MALLOC
-
-/* Define if realloc is not declared in system header files. */
-#undef NEED_DECLARATION_REALLOC
-
-/* Define if strdup is not declared in system header files. */
-#undef NEED_DECLARATION_STRDUP
-
-/* Define if strerror is not declared in system header files. */
-#undef NEED_DECLARATION_STRERROR
-
-/* Define if strstr is not declared in system header files. */
-#undef NEED_DECLARATION_STRSTR
-
/* Name of this package. */
#undef PACKAGE