blob: bf6d3e786b1780e287ca748b8c8ec50d3be92dc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* 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
/* Define to 1 if you have Binutils >= 2.45 */
#cmakedefine HAVE_BFD_2_45 1
/* Define to 1 if you have Binutils >= 2.46 */
#cmakedefine HAVE_BFD_2_46 1
|