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