summaryrefslogtreecommitdiffstats
path: root/src/config.h.cmake
blob: e2673d2917b8837c139006640e2d43da57e24110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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