forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.cmake
145 lines (97 loc) · 4.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
/* config.h. Generated from config.h.cmake by cmake. */
/* Define to 1 if you have the <bits/sigset.h> header file. */
#cmakedefine HAVE_BITS_SIGSET_H
/* Define to 1 if you have the <bstring.h> header file. */
#cmakedefine HAVE_BSTRING_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H
/* Define to 1 if you have the <float.h> header file. */
#cmakedefine HAVE_FLOAT_H
/* Define to 1 if you have the <fstream> header file. */
#cmakedefine HAVE_FSTREAM
/* Define to use GetEnvironmentVariable() instead of getenv() */
#cmakedefine HAVE_GETENVIRONMENTVARIABLE
/* define if the GL header should be included as GL/gl.h */
#cmakedefine HAVE_GL_GL_H
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H
/* Define to 1 if you have the <iomanip> header file. */
#cmakedefine HAVE_IOMANIP
/* Define to 1 if you have the <iomanip.h> header file. */
#cmakedefine HAVE_IOMANIP_H
/* Define to 1 if you have the <ios> header file. */
#cmakedefine HAVE_IOS
/* Define to 1 if you have the <iostream> header file. */
#cmakedefine HAVE_IOSTREAM
/* Define to 1 if you have the <istream> header file. */
#cmakedefine HAVE_ISTREAM
/* Define to 1 if you have the <libc.h> header file. */
#cmakedefine HAVE_LIBC_H
/* Define to 1 if you have the <limits.h> header file. */
#cmakedefine HAVE_LIMITS_H
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H
/* define if the compiler implements namespaces */
#cmakedefine HAVE_NAMESPACES
/* Define to 1 if you have the <ostream> header file. */
#cmakedefine HAVE_OSTREAM
/* Define this to 1 if operator==(QGLFormat&, QGLFormat&) is available */
#cmakedefine HAVE_QGLFORMAT_EQ_OP
/* Define this to 1 if QGLFormat::setOverlay() is available */
#cmakedefine HAVE_QGLFORMAT_SETOVERLAY
/* Define this to 1 if QGLWidget::setAutoBufferSwap() is available */
#cmakedefine HAVE_QGLWIDGET_SETAUTOBUFFERSWAP
/* Define this if Qt::Keypad is available */
#cmakedefine HAVE_QT_KEYPAD_DEFINE
/* Define this if QWidget::showFullScreen() is available */
#cmakedefine HAVE_QWIDGET_SHOWFULLSCREEN
/* Define to 1 if you have the <siginfo.h> header file. */
#cmakedefine HAVE_SIGINFO_H
/* Define to 1 if you have the <sstream> header file. */
#cmakedefine HAVE_SSTREAM
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H
/* define if the compiler has std compliant iostream library */
#cmakedefine HAVE_STD_IOSTREAM
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H
/* Define to 1 if you have the <sys/dir.h> header file. */
#cmakedefine HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/filio.h> header file. */
#cmakedefine HAVE_SYS_FILIO_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#cmakedefine HAVE_SYS_MMAN_H
/* Define to 1 if you have the <sys/select.h> header file. */
#cmakedefine HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H
/* Define to 1 if you have the <values.h> header file. */
#cmakedefine HAVE_VALUES_H
/* Name of package */
#define PACKAGE "FreeCAD"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "FreeCAD"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "FreeCAD ${FREECAD_VERSION}"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "FreeCAD"
/* Define to the version of this package. */
#define PACKAGE_VERSION "${FREECAD_VERSION}"
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS
/* Define to 1 to build zipios++ sources with iostream. */
#cmakedefine USE_STD_IOSTREAM
/* Version number of package */
#define VERSION "${FREECAD_VERSION}"
/* Define to 1 if the X Window System is missing or not being used. */
/* #cmakedefine X_DISPLAY_MISSING */