aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-06-07 08:17:35 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-06-07 08:17:35 +0000
commit2af5538b14e4149ad9e09c3ef1a0ee4735cafb80 (patch)
tree6f442af94d1b0c16c4059955959c4bcf657962e8 /gcc/config.in
parent7853504d63ff5c13c0f64e09d4515ea0ce67ffb8 (diff)
downloadgcc-2af5538b14e4149ad9e09c3ef1a0ee4735cafb80.zip
gcc-2af5538b14e4149ad9e09c3ef1a0ee4735cafb80.tar.gz
gcc-2af5538b14e4149ad9e09c3ef1a0ee4735cafb80.tar.bz2
config.in: Regenerate.
2004-06-06 Paolo Bonzini <bonzini@gnu.org> * config.in: Regenerate. From-SVN: r82684
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in18
1 files changed, 5 insertions, 13 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 6f0661f..376759e 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -53,7 +53,8 @@
/* Define if you want all operations on trees (the basic data structure of the
front ends) to be checked for dynamic type safety at runtime. This is
- moderately expensive. */
+ moderately expensive. The tree browser debugging routines will also be
+ enabled by this option. */
#undef ENABLE_TREE_CHECKING
/* Define if you want to run subprograms and generated programs through
@@ -135,6 +136,9 @@
/* Define to 1 if you have the `atoq' function. */
#undef HAVE_ATOQ
+/* Define if BANSHEE is available */
+#undef HAVE_BANSHEE
+
/* Define to 1 if you have the `clock' function. */
#undef HAVE_CLOCK
@@ -437,9 +441,6 @@
/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
-/* Define if <sys/types.h> defines \`uchar'. */
-#undef HAVE_UCHAR
-
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
@@ -568,15 +569,6 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t
-/* Define if your linker supports -pie option. */
-#undef HAVE_LD_PIE
-
-/* Define if BANSHEE is available */
-#undef HAVE_BANSHEE
-
-/* Define to PREFIX/include if cpp should also search that directory. */
-#undef PREFIX_INCLUDE_DIR
-
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t