aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-14 19:16:04 +0000
committerTom Tromey <tromey@redhat.com>2012-11-14 19:16:04 +0000
commite68227b9073ac89fa9e39578dc14fcada50d4f79 (patch)
tree123ea81f1843b09a3c449eb5f8c1f8d8504c9e41 /gdb/config.in
parent5e487a5f921f33afe780015a9e732abe925dc4dc (diff)
* configure, config.in: Rebuild.
* configure.ac: Don't check for ctype.h, time.h. * expprint.c: Don't use HAVE_CTYPE_H.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 0f795c65b2..9338a3924d 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -78,9 +78,6 @@
/* Define to 1 if you have the `canonicalize_file_name' function. */
#undef HAVE_CANONICALIZE_FILE_NAME
-/* Define to 1 if you have the <ctype.h> header file. */
-#undef HAVE_CTYPE_H
-
/* Define to 1 if you have the <cursesX.h> header file. */
#undef HAVE_CURSESX_H
@@ -536,9 +533,6 @@
/* Define if using Solaris thread debugging. */
#undef HAVE_THREAD_DB_LIB
-/* Define to 1 if you have the <time.h> header file. */
-#undef HAVE_TIME_H
-
/* Define if you support the tkill syscall. */
#undef HAVE_TKILL_SYSCALL