diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-04-09 13:08:31 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-04-09 13:08:31 +0000 |
commit | 608e1e0cf78d66dd36e947885281cfa45e929120 (patch) | |
tree | 7e0aa10907f5a1fc1fc724283104bea19479db1e /libobjc/config.h.in | |
parent | 88b169605ac4b8211f72f8854b8edb473e47d44d (diff) | |
download | gcc-608e1e0cf78d66dd36e947885281cfa45e929120.zip gcc-608e1e0cf78d66dd36e947885281cfa45e929120.tar.gz gcc-608e1e0cf78d66dd36e947885281cfa45e929120.tar.bz2 |
Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
* Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
Replace glibcpp_toolexeclibdir with toolexeclibdir.
* configure.in: Remove glibcpp_toolexecdir (unused).
Replace glibcpp_toolexeclibdir with toolexeclibdir. Don't generate
config.h or stamp-h (unused). Move one comment to the right place.
* configure: Regenerate.
* config.h.in: Remove (unused).
From-SVN: r80554
Diffstat (limited to 'libobjc/config.h.in')
-rw-r--r-- | libobjc/config.h.in | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/libobjc/config.h.in b/libobjc/config.h.in deleted file mode 100644 index 3a00963..0000000 --- a/libobjc/config.h.in +++ /dev/null @@ -1,49 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the <sched.h> header file. */ -#undef HAVE_SCHED_H - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS |