forked from xmrMiner/xmrMiner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmrMiner-config.h.cmake
41 lines (28 loc) · 1.31 KB
/
xmrMiner-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
/* cmake generate config.h */
/* Define to 1 if you have the <syslog.h> header file. */
#cmakedefine HAVE_SYSLOG_H
/* Define to 1 if you have the `getopt_long' function. */
#cmakedefine HAVE_GETOPT_LONG 1
/* Define to 1 if you have `alloca', as a function or macro. */
#cmakedefine HAVE_ALLOCA
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */
#cmakedefine HAVE_ALLOCA_H
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H 1
/* Define to 1 if you have the <sys/endian.h> header file. */
#cmakedefine HAVE_SYS_ENDIAN_H
/* Define to 1 if you have the declaration of `be32dec', and to 0 if you don't. */
#cmakedefine01 HAVE_DECL_BE32DEC
/* Define to 1 if you have the declaration of `be32enc', and to 0 if you don't. */
#cmakedefine01 HAVE_DECL_BE32ENC
/* Define to 1 if you have the declaration of `le32dec', and to 0 if youdon't. */
#cmakedefine01 HAVE_DECL_LE32DEC
/* Define to 1 if you have the declaration of `le32enc', and to 0 if you don't. */
#cmakedefine01 HAVE_DECL_LE32ENC
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.2.1"
#define PACKAGE_NAME "xmrMiner"
#define PROGRAM_NAME "xmrMiner"
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION