You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
347 B
13 lines
347 B
/* Define name of package. */
|
|
#define PACKAGE "@PACKAGE@"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* Define to 1 if translation of program messages to the user's native
|
|
language is requested. */
|
|
#define ENABLE_NLS 1
|
|
|
|
/* Define to 1 if you have Binutils >= 2.34 */
|
|
#cmakedefine HAVE_BFD_2_34 1
|