config.in: Regenerate.
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 7 Jun 2004 08:17:35 +0000 (08:17 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 7 Jun 2004 08:17:35 +0000 (08:17 +0000)
2004-06-06  Paolo Bonzini  <bonzini@gnu.org>

* config.in: Regenerate.

From-SVN: r82684

gcc/ChangeLog
gcc/config.in

index 2a65c9f..98dd016 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-06  Paolo Bonzini  <bonzini@gnu.org>
+
+       * config.in: Regenerate.
+
 2004-06-06  Steven Bosscher  <stevenb@suse.de>
 
        * tree-cfg.c (tree_verify_flow_info): Make sure that labels in
index 6f0661f..376759e 100644 (file)
@@ -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
 /* 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
 
 /* 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
 
 /* 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