From ddbf2dcc5da99f897bcb53b1af9fb522905e0c99 Mon Sep 17 00:00:00 2001 From: bonzini Date: Mon, 7 Jun 2004 08:17:35 +0000 Subject: 2004-06-06 Paolo Bonzini * config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82684 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.in | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 6f0661fd6ee..376759e70df 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 header file. */ #undef HAVE_TIME_H -/* Define if defines \`uchar'. */ -#undef HAVE_UCHAR - /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -568,15 +569,6 @@ /* Define to `int' if 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 doesn't define. */ #undef uid_t -- cgit v1.2.1