forked from yasm/yasm-nextgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.cmake
64 lines (43 loc) · 1.85 KB
/
config.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* config.h. Generated by cmake from config.h.cmake */
/* Define to default ygas object format without 32/64 suffix */
#define YGAS_OBJFMT_BASE "@YGAS_OBJFMT_BASE@"
/* Define to default ygas object format bits (32 or 64) suffix */
#define YGAS_OBJFMT_BITS "@YGAS_OBJFMT_BITS@"
/* Define if messsage translations are enabled */
#cmakedefine ENABLE_NLS 1
/* Define if building monolithic executable */
#cmakedefine BUILD_STATIC 1
/* */
#undef HAVE_GETTEXT
/* Define to 1 if you have the <libgen.h> header file. */
#cmakedefine HAVE_LIBGEN_H 1
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
/* Define to 1 if you have the <direct.h> header file. */
#cmakedefine HAVE_DIRECT_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the `getcwd' function. */
#cmakedefine HAVE_GETCWD 1
/* Name of package */
#define PACKAGE "yasm"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to internal version of this package. */
#define PACKAGE_INTVER "@PACKAGE_INTVER@"
/* Define to build version of this package. */
#define PACKAGE_BUILD "@PACKAGE_BUILD@"
/* Define to the full name of this package. */
#define PACKAGE_NAME "yasm"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the version of this package. */
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Define to the plugin installation directory. */
#define PLUGIN_INSTALL_DIR "@PLUGIN_INSTALL_DIR@"