From bae7f79e03d6405f5ceec0e3e24671e6b30f29ed Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 4 Aug 2006 23:10:59 +0000 Subject: Initial CVS checkin of gold --- gold/config.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gold/config.in (limited to 'gold/config.in') diff --git a/gold/config.in b/gold/config.in new file mode 100644 index 0000000..05f05ba --- /dev/null +++ b/gold/config.in @@ -0,0 +1,26 @@ +/* config.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#undef ENABLE_NLS + +/* Name of package */ +#undef PACKAGE + +/* 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 + +/* Version number of package */ +#undef VERSION -- cgit v1.1