-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.h.in
54 lines (37 loc) · 1.23 KB
/
config.h.in
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
/* Has OpenCL double type */
#cmakedefine HAVE_CL_DOUBLE
/* Does not have OpenCL double type */
#cmakedefine NO_CL_DOUBLE
/* Has Real-time Graphics */
#cmakedefine HAVE_GRAPHICS
/* "Use MPE for graphics" */
#cmakedefine HAVE_MPE
/* Has OpenGL libraries */
#cmakedefine HAVE_OPENGL
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Version number of package */
#undef VERSION
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define if you have j7 support */
#cmakedefine HAVE_J7
/* Define if you have QUO support */
#cmakedefine HAVE_QUO
/* Define if you have LTTRACE support */
#cmakedefine HAVE_LTTRACE