forked from VincentWei/mgncs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmake_mgncsconfig.h.in
255 lines (175 loc) · 6.27 KB
/
cmake_mgncsconfig.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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
/*
** $Id$
**
** cmake_mgncsconfig.h.in:
**
** Copyright (C) 2003 ~ 2010 Beijing Feynman Software Technology Co., Ltd.
**
** All rights reserved by Feynman Software.
**
** Current maintainer: dongjunjie
**
** Create date: 2010-09-07
*/
#ifndef MGNCS_CONFIG_H
#define MGNCS_CONFIG_H
/* Major version of mGNCS */
#define MGNCS_MAJOR_VERSION @MGNCS_MAJOR_VERSION@
/* Minor version of mGNCS */
#define MGNCS_MINOR_VERSION @MGNCS_MINOR_VERSION@
/* Micro version of mGNCS */
#define MGNCS_MICRO_VERSION @MGNCS_MICRO_VERSION@
/* Define mGNCS configure file name */
#define MGNCS_ETCFILENAME "@MGNCS_ETCFILENAME@"
/* Define mGNCS control suffix name */
#define _MGNCS_CLASS_SUFFIX "@_MGNCS_CLASS_SUFFIX@"
/* Define if support the guibuilder */
#cmakedefine _MGNCS_GUIBUILDER_SUPPORT 1
/* MGNCS library suffix */
#cmakedefine _MGNCS_LIBSUFFIX "@_MGNCS_LIBSUFFIX@"
/* Define if support iconv */
#cmakedefine _MGNCS_CHARSET_ICONV
/* Define if support datasource */
#cmakedefine _MGNCSDB_DATASOURCE 1
/* Define if support xml */
#cmakedefine _MGNCSDB_XML 1
/* Define if support sqlite */
#cmakedefine _MGNCSDB_SQLITE 1
/* Define if support static datasource */
#cmakedefine _MGNCSDB_STATIC 1
/* Define if support text datasource */
#cmakedefine _MGNCSDB_TEXT 1
/* Define if support ini datasource */
#cmakedefine _MGNCSDB_INI 1
/* Define if support old multiline editor */
#cmakedefine _MGNCSCTRL_OLD_MLEDIT 1
/* Define if include fashion renderer */
#cmakedefine _MGNCS_RDR_FASHION 1
/* Define if include flat renderer */
#cmakedefine _MGNCS_RDR_FLAT 1
/* Define if include skin renderer */
#cmakedefine _MGNCS_RDR_SKIN 1
/* Define if support new text editor */
#cmakedefine _MGNCSCTRL_TEXTEDITOR 1
/* Define if support title of new text editor */
#cmakedefine _MGNCSCTRL_TEXTEDITTITLE 1
/* Define if build NCS for using edit with double buffer */
#cmakedefine _MGNCS_USE_DBEDIT 1
/* Define if support animate */
#cmakedefine _MGNCSCTRL_ANIMATE 1
/* Define if support colorbutton */
#cmakedefine _MGNCSCTRL_COLORBUTTON 1
/* Define if support container */
#cmakedefine _MGNCSCTRL_CONTAINER 1
/* Define if support page */
#cmakedefine _MGNCSCTRL_PAGE 1
/* Define if support propsheet */
#cmakedefine _MGNCSCTRL_PROPSHEET 1
/* Define if support dialogbox */
#cmakedefine _MGNCSCTRL_DIALOGBOX 1
/* Define if support iconview */
#cmakedefine _MGNCSCTRL_ICONVIEW 1
/* Define if support imagebutton */
#cmakedefine _MGNCSCTRL_IMAGEBUTTON 1
/* Define if support ledlabel */
#cmakedefine _MGNCSCTRL_LEDLABEL 1
/* Define if support list */
#cmakedefine _MGNCSCTRL_LIST 1
/* Define if support listbox */
#cmakedefine _MGNCSCTRL_LISTBOX 1
/* Define if support combobox */
#cmakedefine _MGNCSCTRL_COMBOBOX 1
/* Define if support listview */
#cmakedefine _MGNCSCTRL_LISTVIEW 1
/* Define if support menubutton */
#cmakedefine _MGNCSCTRL_MENUBUTTON 1
/* Define if support progressbar */
#cmakedefine _MGNCSCTRL_PROGRESSBAR 1
/* Define if support rectangle */
#cmakedefine _MGNCSCTRL_RECTANGLE 1
/* Define if support spinner */
#cmakedefine _MGNCSCTRL_SPINNER 1
/* Define if support spinbox */
#cmakedefine _MGNCSCTRL_SPINBOX 1
/* Define if support monthcalendar */
#cmakedefine _MGNCSCTRL_MONTHCALENDAR 1
/* Define if support slider */
#cmakedefine _MGNCSCTRL_SLIDER 1
/* Define if support scrollbar */
#cmakedefine _MGNCSCTRL_SCROLLBAR 1
/* Define if support trackbar */
#cmakedefine _MGNCSCTRL_TRACKBAR 1
/* Define if support toolbar */
#cmakedefine _MGNCSCTRL_TOOLBAR 1
/* Define if support imeengine */
#cmakedefine _MGNCSENGINE_IME 1
/* Define if support imwordsel */
#cmakedefine _MGNCSCTRL_IMWORDSEL 1
/* Define if support pinyinengine */
#cmakedefine _MGNCSENGINE_PINYIN 1
/* Define if support digitengine */
#cmakedefine _MGNCSENGINE_DIGIT 1
/* Define if support ptiengine */
#cmakedefine _MGNCSENGINE_PTI 1
/* Define if support digitptiengine */
#cmakedefine _MGNCSENGINE_DIGITPTI 1
/* Define if support digitpyengine */
#cmakedefine _MGNCSENGINE_DIGITPY 1
/************** */
/* HEADER FILES */
/************** */
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
#cmakedefine HAVE_ALLOCA_H 1
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#cmakedefine HAVE_DIRENT_H 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_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 <locale.h> header file. */
#cmakedefine HAVE_LOCALE_H 1
/* Define to 1 if you have the <math.h> header file. */
#cmakedefine HAVE_MATH_H 1
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H 1
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#cmakedefine HAVE_NDIR_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 <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#cmakedefine HAVE_SYS_DIR_H 1
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
#cmakedefine HAVE_SYS_NDIR_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_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 <termio.h> header file. */
#cmakedefine HAVE_TERMIO_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
/* **************** */
/* type definitions */
/* **************** */
/* Define to empty if `const' does not conform to ANSI C. */
#cmakedefine const
/* Define to `__inline__' or `__inline' if that's what the C compiler
* calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#define inline __inline
#endif
/* Define to `unsigned int' if <sys/types.h> does not define. */
#cmakedefine size_t
#endif