diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in new file mode 100644 index 00000000000..05f05baad05 --- /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 |