forked from VincentWei/MiniGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-nucleus-monaco.h
741 lines (500 loc) · 18.8 KB
/
config-nucleus-monaco.h
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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
/* #undef CRAY_STACKSEG_END */
/* Define to 1 if using `alloca.c'. */
/* #undef C_ALLOCA */
/* Define to 1 if you have `alloca', as a function or macro. */
//#define HAVE_ALLOCA 1
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
//#define HAVE_ALLOCA_H 1
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/* Define to 1 if you have the `getpagesize' function. */
#define HAVE_GETPAGESIZE 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <math.h> header file. */
#define HAVE_MATH_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have a working `mmap' system call. */
/* #undef HAVE_MMAP */
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strcasecmp' function. */
//#define HAVE_STRCASECMP 1
/* Define to 1 if you have the `strdup' function. */
//#define HAVE_STRDUP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
/* #undef HAVE_SYS_TIME_H */
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <termio.h> header file. */
#define HAVE_TERMIO_H 1
/* Define to 1 if you have the `tmpfile' function. */
#define HAVE_TMPFILE 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1
/* Binary age of MiniGUI */
#define MINIGUI_BINARY_AGE 0
/* Interface age of MiniGUI */
#define MINIGUI_INTERFACE_AGE 0
/* Major version of MiniGUI */
#define MINIGUI_MAJOR_VERSION 2
/* Micro version of MiniGUI */
#define MINIGUI_MICRO_VERSION 4
/* Minor version of MiniGUI */
#define MINIGUI_MINOR_VERSION 0
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
//#define TIME_WITH_SYS_TIME 1
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */
/* Define if include input engine for ABSSIG */
/* #undef _MGIAL_ABSSIG */
/* Define if include IAL engine for Arca Tpanel Ads7846 */
/* #undef _MGIAL_ADS7846 */
/* Define if include input engine for ADS */
/* #undef _MGIAL_ADS */
/* Define if include advanced 2D graphics APIs */
#define _MGHAVE_ADV_2DAPI 1
/* Define if support Arabic charset */
/* #undef _MGCHARSET_ARABIC */
/* Define if include input engine for ARM3000 */
/* #undef _MGIAL_ARM3000 */
/* Define if include the automatic IAL engine */
#define _MGIAL_AUTO 1
/* Define if support BIG5 charset */
//#define _MGCHARSET_BIG5 1
/* Define if include clipboard support */
#define _MGHAVE_CLIPBOARD 1
/* Define if include the common IAL engine */
#define _MGIAL_COMM 1
#define _MGGAL_SHADOW 1
/* Define if use coordinate transformation */
/* #undef _COOR_TRANS */
/* Define if include BUTTON control */
#define _MGCTRL_BUTTON 1
/* Define if include COMBOBOX control */
#define _MGCTRL_COMBOBOX 1
/* Define if include LISTBOX control */
#define _MGCTRL_LISTBOX 1
/* Define if include MENUBUTTON control */
#define _MGCTRL_MENUBUTTON 1
/* Define if include NEWTOOLBAR control */
#define _MGCTRL_NEWTOOLBAR 1
/* Define if include old MEDIT control */
/* #undef _MGCTRL_OLDMEDIT */
/* Define if include PROGRESSBAR control */
#define _MGCTRL_PROGRESSBAR 1
/* Define if include PROPSHEET control */
#define _MGCTRL_PROPSHEET 1
/* Define if include SCROLLVIEW control */
#define _MGCTRL_SCROLLVIEW 1
/* Define if include SIMEDIT control */
#define _MGCTRL_SIMEDIT 1
/* Define if include SLEDIT control */
#define _MGCTRL_SLEDIT 1
/* Define if include STATIC control */
#define _MGCTRL_STATIC 1
/* Define if include TEXTEDIT control */
#define _MGCTRL_TEXTEDIT 1
/* Define if include TOOLBAR control */
#define _MGCTRL_TOOLBAR 1
/* Define if include TRACKBAR control */
#define _MGCTRL_TRACKBAR 1
/* Define if include cursor support */
#define _MGHAVE_CURSOR 1
/* Define if support Cyrillic charset */
/* #undef _MGCHARSET_CYRILLIC */
/* Define if build with debugging messages */
/* #undef _DEBUG */
/* Define if include input engine for DM270 */
/* #undef _MGIAL_DM270 */
/* Define if include IAL engine for Intel DMG STB Remote Controller */
/* #undef _MGIAL_DMGSTB */
/* Define if mouse button can do double click */
#define _MGMISC_DOUBLE_CLICK 1
/* Define if include the dummy IAL engine */
//#define _MGIAL_DUMMY 1
/* Define if include input engine for EMBEST ARM2410 */
/* #undef _MGIAL_EMBEST2410 */
/* Define if include input engine for EP7211 */
/* #undef _MGIAL_EP7211 */
/* Define if support EUCJP charset */
/* #undef _MGCHARSET_EUCJP */
/* Define if support EUCKR charset */
/* #undef _MGCHARSET_EUCKR */
/* Define if include input engine for xScale EVMV 1.0 */
/* #undef _MGIAL_EVMV10 */
/* Define if include ANIMATION control */
#define _MGCTRL_ANIMATION 1
/* Define if include COOLBAR control */
#define _MGCTRL_COOLBAR 1
/* Define if include GRIDVIEW control */
#define _MGCTRL_GRIDVIEW 1
/* Define if include ICONVIEW control */
#define _MGCTRL_ICONVIEW 1
/* Define if include LISTVIEW control */
#define _MGCTRL_LISTVIEW 1
/* Define if include MONTHCALENDAR control */
#define _MGCTRL_MONTHCAL 1
/* Define if include SPINBOX control */
#define _MGCTRL_SPINBOX 1
/* Define if include TREEVIEW control */
#define _MGCTRL_TREEVIEW 1
/* Define if include skin support */
#define _EXT_SKIN 1
/* Define if include 16BPP FB subdriver */
/* #undef _MGFONT_FBLIN16 */
/* Define if include 1BPP FB subdriver (MSB is left) */
/* #undef _MGFONT_FBLIN1L */
/* Define if include 1BPP FB subdriver (MSB is right) */
/* #undef _MGFONT_FBLIN1R */
/* Define if include 24BPP FB subdriver */
/* #undef _MGFONT_FBLIN24 */
/* Define if include 2BPP FB subdriver (MSB is left) */
/* #undef _MGFONT_FBLIN2L */
/* Define if include 2BPP FB subdriver (MSB is right) */
/* #undef _MGFONT_FBLIN2R */
/* Define if include 32BPP FB subdriver */
/* #undef _MGFONT_FBLIN32 */
/* Define if include 4BPP FB subdriver (MSB is left) */
/* #undef _MGFONT_FBLIN4L */
/* Define if include 4BPP FB subdriver (MSB is right) */
/* #undef _MGFONT_FBLIN4R */
/* Define if include 8BPP FB subdriver */
/* #undef _MGFONT_FBLIN8 */
/* Define if include VGA16 FB subdriver */
/* #undef _MGFONT_FBVGA16 */
/* Define if include input engine for FFT7202 */
/* #undef _MGIAL_FFT7202 */
/* Define if include IAL engine for EM85xx Front Panel and Remote Controller
*/
/* #undef _MGIAL_FIP */
/* Define if include fixed math routines */
#define _MGHAVE_FIXED_MATH 1
/* Define if window style is flat */
/* #undef _MGLF_RDR_FLAT */
/* Define if include input engine for FXRM9200 */
/* #undef _MGIAL_FXRM9200 */
/* Define if support GB18030 charset */
/* #undef _MGCHARSET_GB18030 */
/* Define if support GBK charset */
#define _MGCHARSET_GBK 1
/* Define if support GB2312 charset */
#define _MGCHARSET_GB 1
/* Define if support GIF bmp file format */
#define _MGIMAGE_GIF 1
/* Define if include GPM mouse subdriver */
#define _MGCONSOLE_GPM 1
/* Define if support Greek charset */
/* #undef _MGCHARSET_GREEK */
/* Define if has FreeType 2 */
/* #undef _HAS_FREETYPE2 */
/* Define if have math library */
//#define _HAVE_MATH_LIB 1
/* Define if your Linux have text mode */
#define _MGCONSOLE_TEXTMODE 1
/* Define if support Hebrew charset */
/* #undef _MGCHARSET_HEBREW */
/* Define if include IAL engine for Helio Touch Panel */
/* #undef _MGIAL_HELIO */
/* Define if include IAL engine for HHARM2410R3 touch screen */
/* #undef _MGIAL_HH2410R3 */
/* Define if include the IAL engine for HHCF5249 PS/2 keyboard and IrDA */
/* #undef _MGIAL_HH5249KBDIR */
/* Define if include GB2312 IME */
#define _IME_GB2312 1
/* Define if include GB2312 Intelligent Pinyin IME module */
#define _IME_GB2312_PINYIN 1
/* Define if include IMPS2 mouse subdriver */
#define _MGCONSOLE_IMPS2 1
/* Define if include in-core font: Courier */
//#define _MGINCOREFONT_COURIER 1
/* Define if include in-core font: Helvetica */
/* #undef _MGINCOREFONT_HELV */
/* Define if include in-core font: SansSerif */
//#define _MGINCOREFONT_SANSSERIF 1
/* Define if include in-core font: Symbol */
/* #undef _MGINCOREFONT_SYMBOL */
/* Define if include in-core font: VGAS */
/* #undef _MGINCOREFONT_VGAS */
/* Define if include in-core font: 12x12 RBF for GB2312 */
/* #undef _MGINCORERBF_GB12 */
#define _MGINCORERBF_GB12 1
/* Define if include in-core font: 16x16 RBF for GB2312 */
/* #undef _MGINCORERBF_GB16 */
/* Define if include in-core font: 24x24 RBF for GB2312 */
/* #undef _MGINCORERBF_GB24 */
/* Define if include in-core font: 12-Pixel Kanji RBFs for SHIFT-JIS */
/* #undef _MGINCORERBF_KJ12 */
/* Define if include in-core font: 14-Pixel Kanji RBFs for SHIFT-JIS */
/* #undef _MGINCORERBF_KJ14 */
/* Define if include in-core font: 16-Pixel Kanji RBFs for SHIFT-JIS */
/* #undef _MGINCORERBF_KJ16 */
/* Define if include in-core font: 8x16 RBF for ISO8859-1 */
/* #undef _MGINCORERBF_LATIN1_16 */
/* Define if include in-core font: 12x24 RBF for ISO8859-1 */
/* #undef _MGINCORERBF_LATIN1_24 */
/* Define if build MiniGUI for no file I/O system */
/* #undef _MGINCORE_RES */
#define _MGINCORE_RES 1
/* Define if include input engine for iPAQ */
/* #undef _MGIAL_IPAQ */
/* Define if support JPEG bmp file format */
//#define _MGIMAGE_JPG 1
/* Define if use the German keyboard layout */
/* #undef _MGKBDLAYOUT_DE */
/* Define if use the German-Latin1 keyboard layout */
/* #undef _MGKBDLAYOUT_DELATIN1 */
/* Define if use the Spanish keyboard layout */
/* #undef _MGKBDLAYOUT_ES */
/* Define if use the Spanish CP850 keyboard layout */
/* #undef _MGKBDLAYOUT_ESCP850 */
/* Define if use the French keyboard layout */
/* #undef _MGKBDLAYOUT_FR */
/* Define if use the French PC keyboard layout */
/* #undef _MGKBDLAYOUT_FRPC */
/* Define if use the Italian keyboard layout */
/* #undef _MGKBDLAYOUT_IT */
/* Define if include input engine for L7200 */
/* #undef _MGIAL_L7200 */
/* Define if support Latin 10 charset */
/* #undef _MGCHARSET_LATIN10 */
/* Define if support Latin 2 charset */
/* #undef _MGCHARSET_LATIN2 */
/* Define if support Latin 3 charset */
/* #undef _MGCHARSET_LATIN3 */
/* Define if support Latin 4 charset */
/* #undef _MGCHARSET_LATIN4 */
/* Define if support Latin 5 charset */
/* #undef _MGCHARSET_LATIN5 */
/* Define if support Latin 6 charset */
/* #undef _MGCHARSET_LATIN6 */
/* Define if support Latin 7 charset */
/* #undef _MGCHARSET_LATIN7 */
/* Define if support Latin 8 charset */
/* #undef _MGCHARSET_LATIN8 */
/* Define if support Latin 9 charset */
#define _MGCHARSET_LATIN9 1
/* Define if support LBM bmp file format */
/* #undef _MGIMAGE_LBM */
/* Define if include LibGGI engine */
/* #undef _LIBGGI */
/* Define if include vcongui support */
/* #undef _LIB_VCONGUI */
/* Define if build lite version of MiniGUI */
/* #undef _MGRM_PROCESSES */
/* Define if include IAL engine for uClinux touch screen palm/mc68ez328 */
/* #undef _MGIAL_MC68X328 */
/* Define if build MiniGUI-Processes */
/* #undef _MGRM_PROCESSES */
/* Define if build MiniGUI-Standalone */
/* #undef _MGRM_STANDALONE */
/* Define if build MiniGUI-Threads */
#define _MGRM_THREADS 1
/* Define if include About MiniGUI Dialog Box */
#define _MGMISC_ABOUTDLG 1
/* Define if include code for screenshots */
#define _MGMISC_SAVESCREEN 1
/* Define if we can move window by mouse */
#define _MGMISC_MOVE_WIN_BYMOUSE 1
/* Define if include input engine for MPC823 */
/* #undef _MGIAL_MPC823 */
/* Define if include MS3 mouse subdriver */
#define _MGCONSOLE_MS3 1
/* Define if include messages' string names */
/* #undef _MGHAVE_MSG_STRING */
/* Define if include MS mouse subdriver */
#define _MGCONSOLE_MS 1
/* Define if support native graphics engine on Common LCD */
/* #undef _MGGAL_COMMLCD */
/* Define if include native graphics engine */
/* #undef MG_GAL_ENGINE */
/* Define if support native graphics engine on FBCON */
//#define _MGGAL_FBCON 1
/* Define if support native graphics engine on QVFB */
//#define _MGGAL_QVFB 1
/* Define if include native input engine */
/* #undef _MGIAL_CONSOLE */
/* Define if include NEWGAL engine for BF533 OSD via SPI */
/* #undef _MGGAL_BF533 */
/* Define if include NEWGAL engine for Common LCD */
//#define _MGGAL_COMMLCD 1
/* Define if include dummy NEWGAL engine */
#define _MGGAL_DUMMY 1
/* Define if include NEWGAL engine for EM85xx OSD */
/* #undef _MGGAL_EM85XXOSD */
/* Define if include FrameBuffer console NEWGAL engine */
/* #undef _MGGAL_FBCON */
/* Define if include NEWGAL engine for mb93493 YUV FrameBuffer driver */
/* #undef _MGGAL_MB93493 */
/* Define if include Qt Virtual FrameBuffer NEWGAL engine */
/* #undef _MGGAL_QVFB */
/* Define if include NEWGAL engine for SVPXX OSD */
/* #undef _MGGAL_SVPXXOSD */
/* Define if include NEWGAL engine for UTPMC */
/* #undef _MGGAL_UTPMC */
/* Define if include windows Virtual FrameBuffer NEWGAL engine */
//#define _MGGAL_WVFB 1
/* Define if include input engine for OKWAP Palm2 */
/* #undef _MGIAL_PALMII */
/* Define if support PCX bmp file format */
/* #undef _MGIMAGE_PCX */
/* Define if window style is phone */
/* #undef _MGLF_RDR_FASHION */
#define _MGLF_RDR_FASHION 1
/* Define if support PNG bmp file format */
//#define _MGIMAGE_PNG 1
/* Define if include PS2 mouse subdriver */
//#define _MGCONSOLE_PS2 1
/* Define if include input engine for PX255B */
/* #undef _MGIAL_PX255B */
/* Define if support QPF font */
//#define _MGFONT_QPF 1
/* Define if include the QVFB IAL engine */
/* #undef _MGIAL_QVFB */
/* Define if support raw bitmap fonts */
#define _MGFONT_RBF 1
/* Define to 0 if use clockwise rotation of screen, otherwise to 1 */
/* #undef _ROT_DIR_CW */
/* Define if include SaveBitmap function */
#define _MGMISC_SAVEBITMAP 1
/* Define if support SHIFTJIS charset */
/* #undef _MGCHARSET_SHIFTJIS */
/* Define if include IAL engine for SMDK2410 touch screen */
/* #undef _MGIAL_SMDK2410 */
/* Define if build stand-alone version of MiniGUI-Lite */
/* #undef _MGRM_PROCESSES */
/* Define if include SVGALib engine */
/* #undef _SVGALIB */
/* Define if include IAL engine for WinBond SPVXX */
/* #undef _MGIAL_SVPXX */
/* Define if include IAL engine for MT T800 */
/* #undef _MGIAL_T800 */
/* Define if include IAL engine for Tongfang STB */
/* #undef _MGIAL_TFSTB */
/* Define if support TGA bmp file format */
/* #undef _MGIMAGE_TGA */
/* Define if support Thai charset */
/* #undef _MGCHARSET_THAI */
/* Define if include input engine for THOR */
/* #undef _MGIAL_THOR */
/* Define if the unit of timer is 10ms */
#define _MGTIMER_UNIT_10MS 1
/* Define if trace message dispatching of MiniGUI */
/* #undef _MGHAVE_TRACE_MSG */
/* Define if support TrueType font based on FreeType 1.3 or FreeType 2 */
/* #undef _MGFONT_TTF */
/* Define if support Adobe Type1 fonts */
/* #undef _MGFONT_TYPE1 */
/* Define if include input engine for UCB1X00 */
/* #undef _MGIAL_UCB1X00 */
/* Define if support UNICODE */
#define _MGCHARSET_UNICODE 1
/* Define if use own implementation of malloc functions */
/* #undef _MGUSE_OWN_MALLOC */
/* Define if use own implementation of stdio functions */
/* #undef _MGUSE_OWN_STDIO */
#define _MGUSE_OWN_STDIO 1
/* Define if use own implementation of fprintf functions */
/* #undef _MGUSE_OWN_FPRINTF */
/* Define if use own implementation of pthread functions */
#define _MGUSE_OWN_PTHREAD 1
/* Define if include the UTPMC IAL engine */
/* #undef _MGIAL_UTPMC */
/* Define if support var bitmap fonts */
#define _MGFONT_VBF 1
/* Define if include VGA 16-color graphics engine */
/* #undef _VGA16_GAL */
/* Define if include input engine for NEC VR4181 */
/* #undef _MGIAL_VR4181 */
/* Define if include the WVFB IAL engine */
//#define _MGIAL_WVFB 1
/* Define if compile for eCos */
/* #undef __ECOS__ */
/* Define if compile for Linux */
//#define __LINUX__ 1
/* Define if compile for non-Linux like OS */
#define __NOUNIX__ 1
//#define WIN32 1
/* Define if compile for Nucleus OS */
#define __NUCLEUS__ 1
/* Define if compile for MONACO target */
#define __TARGET_MONACO__ 1
#define USE_DYNAMIC_RESLIB 1
/* Define if compile for Nucleus OS MNT simulation environment */
//#define __NUCLEUS_MNT__ 1
//#define __i386__ 1
/* use minigui_entry as the entry function */
#define _USE_MINIGUIENTRY 1
/* Define if compile for static libraries */
#define __NODLL__ 1
/* Define if compile for uC/OS-II */
/* #undef __UCOSII__ */
/* Define if compile for vxworks */
/* #undef __VXWORKS__ */
/* Define if compile for Winbond SWLinux */
/* #undef __WINBOND_SWLINUX__ */
/* Define if compile for uClinux */
/* #undef __uClinux__ */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef 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
/* #undef inline */
#endif
#define inline __inline
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */