]> granicus.if.org Git - yasm/blob - config.h.cmake
Add missing objfmt_x64 to CMakeLists.txt.
[yasm] / config.h.cmake
1 /* config.h.  Generated by cmake from config.h.cmake */
2
3 #define CMAKE_BUILD 1
4
5 /* Define if shared libs are being built */
6 #cmakedefine BUILD_SHARED_LIBS 1
7
8 /* Define if messsage translations are enabled */
9 #cmakedefine ENABLE_NLS 1
10
11 /* */
12 #undef HAVE_GETTEXT
13
14 /* Define to 1 if you have the <libgen.h> header file. */
15 #cmakedefine HAVE_LIBGEN_H 1
16
17 /* Define to 1 if you have the <unistd.h> header file. */
18 #cmakedefine HAVE_UNISTD_H 1
19
20 /* Define to 1 if you have the <direct.h> header file. */
21 #cmakedefine HAVE_DIRECT_H 1
22
23 /* Define to 1 if you have the `getcwd' function. */
24 #cmakedefine HAVE_GETCWD 1
25
26 /* Define to 1 if you have the `toascii' function. */
27 #cmakedefine HAVE_TOASCII 1
28
29 /* Name of package */
30 #define PACKAGE "yasm"
31
32 /* Define to the address where bug reports for this package should be sent. */
33 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
34
35 /* Define to the full name of this package. */
36 #define PACKAGE_NAME "yasm"
37
38 /* Define to the full name and version of this package. */
39 #define PACKAGE_STRING "@PACKAGE_STRING@"
40
41 /* Define to the version of this package. */
42 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
43
44 #define VERSION PACKAGE_VERSION
45
46 /* Command name to run C preprocessor */
47 #define CPP_PROG "@CPP_PROG@"
48