forked from yisea123/minigui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmake_mgconfig.h.in
787 lines (536 loc) · 20.5 KB
/
cmake_mgconfig.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
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
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
#ifndef MGCONFIG_H
#define MGCONFIG_H
/* Major version of MiniGUI */
#define MINIGUI_MAJOR_VERSION @MINIGUI_MAJOR_VERSION@
/* Minor version of MiniGUI */
#define MINIGUI_MINOR_VERSION @MINIGUI_MINOR_VERSION@
/* Micro version of MiniGUI */
#define MINIGUI_MICRO_VERSION @MINIGUI_MICRO_VERSION@
/* Define if build with debugging messages */
#cmakedefine _DEBUG 1
/* MiniGUI configure file name */
#cmakedefine ETCFILENAME "@ETCFILENAME@"
/* MiniGUI library suffix */
#cmakedefine _MGLIB_SUFFIX "@_MGLIB_SUFFIX@"
/* Define if use minigui_entry function in MiniGUI */
#cmakedefine _USE_MINIGUIENTRY 1
/* Define if the unit of timer is 10ms */
#cmakedefine _MGTIMER_UNIT_10MS 1
/* Define if insert a productid into the library file */
#cmakedefine _MG_PRODUCTID 1
/* Define if have math library */
#cmakedefine _HAVE_MATH_LIB 1
/* Define if build the mgeff support version */
#cmakedefine _MG_MINIMALGDI 1
/* Define to 1 if you have `alloca', as a function or macro. */
#cmakedefine HAVE_ALLOCA 1
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#cmakedefine TIME_WITH_SYS_TIME 1
/*******/
/* GAL */
/*******/
/* Define if include dummy NEWGAL engine*/
#cmakedefine _MGGAL_DUMMY 1
/* Define if include Qt Virtual FrameBuffer NEWGAL engine */
#cmakedefine _MGGAL_QVFB 1
/* Define if include FrameBuffer console NEWGAL engine */
#cmakedefine _MGGAL_FBCON 1
/* Define if include NEWGAL engine for DirectFB */
#cmakedefine _MGGAL_DFB 1
/* Define if include windows Virtual FrameBuffer NEWGAL engine */
#cmakedefine _MGGAL_WVFB 1
/* Define if include NEWGAL engine for Common LCD */
#cmakedefine _MGGAL_COMMLCD 1
/* Define if include Shadow NEWGAL engine */
#cmakedefine _MGGAL_SHADOW 1
/* Define if include MLShadow NEWGAL engine */
#cmakedefine _MGGAL_MLSHADOW 1
/* Define if include NEWGAL engine for EM85xx OSD */
#cmakedefine _MGGAL_EM85XXOSD 1
/* Define if include NEWGAL engine for EM85xx YUV */
#cmakedefine _MGGAL_EM85XXYUV 1
/* Define if include NEWGAL engine for EM86xx GFX */
#cmakedefine _MGGAL_EM86GFX 1
/* Define if include NEWGAL engine for SVPXX OSD */
#cmakedefine _MGGAL_SVPXXOSD 1
/* Define if include NEWGAL engine for BF533 OSD via SPI */
#cmakedefine _MGGAL_BF533 1
/* Define if include NEWGAL engine for mb93493 YUV FrameBuffer driver */
#cmakedefine _MGGAL_MB93493 1
/* Define if include NEWGAL engine for UTPMC */
#cmakedefine _MGGAL_UTPMC 1
/* Define if include nexus NEWGAL engine */
#cmakedefine _MGGAL_NEXUS 1
/* Define if include s3c6410 NEWGAL engine */
#cmakedefine _MGGAL_S3C6410 1
/* Define if include custom NEWGAL engine */
#cmakedefine _MGGAL_CUSTOMGAL 1
/* Define if include sigma8654 NEWGAL engine */
#cmakedefine _MGGAL_SIGMA8654 1
/* Define if include mstar NEWGAL engine */
#cmakedefine _MGGAL_MSTAR 1
/* Define if include PC Virtual FrameBuffer NEWGAL engine */
#cmakedefine _MGGAL_PCXVFB 1
/* Define if include RTOS Virtual FrameBuffer NEWGAL engine */
#cmakedefine _MGGAL_RTOSXVFB 1
/* Define if include Hi35XX Video NEWGAL engine */
#cmakedefine _MGGAL_HI3510 1
/* Define if include Hi35XX Video NEWGAL engine */
#cmakedefine _MGGAL_HI3560 1
/* Define if include Hi3560A Video NEWGAL engine */
#cmakedefine _MGGAL_HI3560A 1
/* ******* */
/* CHARSET */
/* ******* */
/* Define if support Latin 2 charset */
#cmakedefine _MGCHARSET_LATIN2 1
/* Define if support Latin 3 charset */
#cmakedefine _MGCHARSET_LATIN3 1
/* Define if support Latin 4 charset */
#cmakedefine _MGCHARSET_LATIN4 1
/* Define if support Latin 5 charset */
#cmakedefine _MGCHARSET_LATIN5 1
/* Define if support Latin 6 charset */
#cmakedefine _MGCHARSET_LATIN6 1
/* Define if support Latin 7 charset */
#cmakedefine _MGCHARSET_LATIN7 1
/* Define if support Latin 8 charset */
#cmakedefine _MGCHARSET_LATIN8 1
/* Define if support Latin 9 charset */
#cmakedefine _MGCHARSET_LATIN9 1
/* Define if support Latin 10 charset */
#cmakedefine _MGCHARSET_LATIN10 1
/* Define if support Cyrillic charset */
#cmakedefine _MGCHARSET_CYRILLIC 1
/* Define if support Arabic charset */
#cmakedefine _MGCHARSET_ARABIC 1
/* Define if support Greek charset */
#cmakedefine _MGCHARSET_GREEK 1
/* Define if support Hebrew charset */
#cmakedefine _MGCHARSET_HEBREW 1
/* Define if support Thai charset */
#cmakedefine _MGCHARSET_THAI 1
/* Define if support GB2312 charset */
#cmakedefine _MGCHARSET_GB 1
/* Define if support GBK charset */
#cmakedefine _MGCHARSET_GBK 1
/* Define if support GB18030 charset */
#cmakedefine _MGCHARSET_GB18030 1
/* Define if support BIG5 charset */
#cmakedefine _MGCHARSET_BIG5 1
/* Define if support EUCKR charset */
#cmakedefine _MGCHARSET_EUCKR 1
/* Define if support EUCJP charset */
#cmakedefine _MGCHARSET_EUCJP 1
/* Define if support SHIFTJIS charset */
#cmakedefine _MGCHARSET_SHIFTJIS 1
/* Define if support UNICODE */
#cmakedefine _MGCHARSET_UNICODE 1
/* *********** */
/* IAL DEFINES */
/* *********** */
/*Define if include IAL engine for customer's board */
#cmakedefine _MGIAL_CUSTOM 1
/*Define if include dlcustom engine for customer's board */
#cmakedefine _MGIAL_DLCUSTOM 1
/*Define if include IAL engine for net's board */
#cmakedefine _MGIAL_NET 1
/*Define if include IAL engine for Cisco touchpad */
#cmakedefine _MGIAL_CISCO_TOUCHPAD 1
/*Define if include IAL engine for MStar */
#cmakedefine _MGIAL_MSTAR 1
/*Define if include IAL engine for iPAQ H3600 */
#cmakedefine _MGIAL_IPAQ_H3600 1
/*Define if include IAL engine for Nexu */
#cmakedefine _MGIAL_NEXUS 1
/*Define if include IAL engine for iPAQ H5400 */
#cmakedefine _MGIAL_IPAQ_H5400 1
/*Define if include IAL engine for TSLIB */
#cmakedefine _MGIAL_TSLIB 1
/*Define if include the dummy IAL engine*/
#cmakedefine _MGIAL_DUMMY 1
/*Define if include the automatic IAL engine*/
#cmakedefine _MGIAL_AUTO 1
/*Define if include the random IAL engine*/
#cmakedefine _MGIAL_RANDOM 1
/*Define if include the common IAL engine*/
#cmakedefine _MGIAL_COMM 1
/*Define if include the QVFB IAL engine*/
#cmakedefine _MGIAL_QVFB 1
/*Define if include the QEMU IAL engine*/
#cmakedefine _MGIAL_QEMU 1
/*Define if include the WVFB IAL engine*/
#cmakedefine _MGIAL_WVFB 1
/*Define if include the JZ4740 IAL engine*/
#cmakedefine _MGIAL_JZ4740 1
/*Define if include the lide IAL engine*/
#cmakedefine _MGIAL_LIDE 1
/*Define if include the 2440 IAL engine*/
#cmakedefine _MGIAL_2440 1
/*Define if include the DAVINCI6446 IAL engine*/
#cmakedefine _MGIAL_DAVINCI6446 1
/*Define if include the DFB IAL engine*/
#cmakedefine _MGIAL_DFB 1
/*Define if include console (Linux console) IAL engine*/
#cmakedefine _MGIAL_CONSOLE 1
/* ******* */
/* CONSOLE */
/* ******* */
/* Define if include PS2 mouse subdriver */
#cmakedefine _MGCONSOLE_PS2 1
/* Define if include IMPS2 mouse subdriver */
#cmakedefine _MGCONSOLE_IMPS2 1
/* Define if include MS mouse subdriver */
#cmakedefine _MGCONSOLE_MS 1
/* Define if include MS3 mouse subdriver */
#cmakedefine _MGCONSOLE_MS3 1
/* Define if include GPM mouse subdriver */
#cmakedefine _MGCONSOLE_GPM 1
/* Define if your Linux have text mode */
#cmakedefine _MGCONSOLE_TEXTMODE 1
/* **** */
/* CTRL */
/* **** */
/* Define if include ANIMATION control */
#cmakedefine _MGCTRL_ANIMATION 1
/* Define if include BUTTON control */
#cmakedefine _MGCTRL_BUTTON 1
/* Define if include BIDISLEDIT control */
#cmakedefine _MGCTRL_BIDISLEDIT 1
/* Define if include COMBOBOX control */
#cmakedefine _MGCTRL_COMBOBOX 1
/* Define if include COOLBAR control */
#cmakedefine _MGCTRL_COOLBAR 1
/* Define if include GRIDVIEW control */
#cmakedefine _MGCTRL_GRIDVIEW 1
/* Define if include ICONVIEW control */
#cmakedefine _MGCTRL_ICONVIEW 1
/* Define if include LISTBOX control */
#cmakedefine _MGCTRL_LISTBOX 1
/* Define if include LISTVIEW control */
#cmakedefine _MGCTRL_LISTVIEW 1
/* Define if include MENUBUTTON control */
#cmakedefine _MGCTRL_MENUBUTTON 1
/* Define if include MONTHCAL control */
#cmakedefine _MGCTRL_MONTHCAL 1
/* Define if include NEWTOOLBAR control */
#cmakedefine _MGCTRL_NEWTOOLBAR 1
/* Define if include PROGRESSBAR control */
#cmakedefine _MGCTRL_PROGRESSBAR 1
/* Define if include PROPSHEET control */
#cmakedefine _MGCTRL_PROPSHEET 1
/* Define if include SCROLLBAR control */
#cmakedefine _MGCTRL_SCROLLBAR 1
/* Define if include SCROLLVIEW control */
#cmakedefine _MGCTRL_SCROLLVIEW 1
/* Define if include SLEDIT control */
#cmakedefine _MGCTRL_SLEDIT 1
/* Define if include SPINBOX control */
#cmakedefine _MGCTRL_SPINBOX 1
/* Define if include STATIC control */
#cmakedefine _MGCTRL_STATIC 1
/* Define if include TEXTEDIT control */
#cmakedefine _MGCTRL_TEXTEDIT 1
/* Define if include TRACKBAR control */
#cmakedefine _MGCTRL_TRACKBAR 1
/* Define if include TREEVIEW control */
#cmakedefine _MGCTRL_TREEVIEW 1
/* Define if include TREEVIEW_RDR control */
#cmakedefine _MGCTRL_TREEVIEW_RDR 1
/* Define if use _MGCTRL_TEXTEDIT_USE_NEW_IMPL */
#cmakedefine _MGCTRL_TEXTEDIT_USE_NEW_IMPL 1
/* **** */
/* MISC */
/* **** */
/* Define if include About MiniGUI Dialog Box */
#cmakedefine _MGMISC_ABOUTDLG 1
/* Define if mouse button can do double click */
#cmakedefine _MGMISC_DOUBLE_CLICK 1
/* Define if include SaveBitmap function */
#cmakedefine _MGMISC_SAVEBITMAP 1
/* Define if include code for screenshots */
#cmakedefine _MGMISC_SAVESCREEN 1
/* **** */
/* FONT */
/* **** */
/* Define if support Bitmap fonts */
#cmakedefine _MGFONT_BMPF 1
/* Define if support TrueType font based on FreeType2 */
#cmakedefine _MGFONT_FT2 1
/* Define if support QPF font */
#cmakedefine _MGFONT_QPF 1
/* Define if support raw bitmap fonts */
#cmakedefine _MGFONT_RBF 1
/* Define if support SEF scripteary font */
#cmakedefine _MGFONT_SEF 1
/* Define if support TrueType font */
#cmakedefine _MGFONT_TTF 1
/* Define if include ttf cache */
#cmakedefine _MGFONT_TTF_CACHE 1
/* Define if compile max ttf cahce size for 64k in KB */
#cmakedefine _MGTTF_CACHE_SIZE @_MGTTF_CACHE_SIZE@
/* Define if compile max ttf cahce number for 10 (default value) */
#cmakedefine _MGMAX_TTF_CACHE @_MGMAX_TTF_CACHE@
/* Define if include ttf grayadjust*/
#cmakedefine _MGFONT_TTF_GRAYADJUST 1
/* Define if ttf gray adjust value(50 default value) */
#cmakedefine _MGFONT_TTF_GRAYADJUST_VALUE @_MGFONT_TTF_GRAYADJUST_VALUE@
/* Define if support UPF font */
#cmakedefine _MGFONT_UPF 1
/* Define if support var bitmap fonts */
#cmakedefine _MGFONT_VBF 1
/* **** */
/* HAVE */
/* **** */
/* Define if include advanced 2D graphics APIs */
#cmakedefine _MGHAVE_ADV_2DAPI 1
/* Define if include clipboard support */
#cmakedefine _MGHAVE_CLIPBOARD 1
/* Define if include cursor support */
#cmakedefine _MGHAVE_CURSOR 1
/* Define if include fixed math routines */
#cmakedefine _MGHAVE_FIXED_MATH 1
/* Define if support menu */
#cmakedefine _MGHAVE_MENU 1
/* Define if include code for mouse calibration */
#cmakedefine _MGHAVE_MOUSECALIBRATE 1
/* Define if include messages' string names */
#cmakedefine _MGHAVE_MSG_STRING 1
/* Define if PCIAccess lib is available */
#cmakedefine _MGHAVE_PCIACCESS 1
/* Define if trace message dispatching of MiniGUI */
#cmakedefine _MGHAVE_TRACE_MSG 1
/* ***** */
/* IMAGE */
/* ***** */
/* Define if support GIF bmp file format */
#cmakedefine _MGIMAGE_GIF 1
/* Define if support JPG bmp file format */
#cmakedefine _MGIMAGE_JPG 1
/* Define if support LBM bmp file format */
#cmakedefine _MGIMAGE_LBM 1
/* Define if support PCX bmp file format */
#cmakedefine _MGIMAGE_PCX 1
/* Define if support PNG bmp file format */
#cmakedefine _MGIMAGE_PNG 1
/* Define if support TGA bmp file format */
#cmakedefine _MGIMAGE_TGA 1
/* ********** */
/* INCOREFONT */
/* ********** */
/* Define if include in-core font: Courier */
#cmakedefine _MGINCOREFONT_COURIER 1
/* Define if include in-core font: SansSerif */
#cmakedefine _MGINCOREFONT_SANSSERIF 1
/* Define if include in-core font: System */
#cmakedefine _MGINCOREFONT_SYSTEM 1
/* Define if include in-core UPF Times fonts */
#cmakedefine _MGINCOREFONT_TIMES 1
/* Define if include in-core FixedSys RBF for ISO8859-1 */
#cmakedefine _MGINCORERBF_LATIN1_FIXEDSYS 1
/* Define if include in-core Terminal RBF for ISO8859-1 */
#cmakedefine _MGINCORERBF_LATIN1_TERMINAL 1
/* Define if include in-core VGAOEM RBF for ISO8859-1 */
#cmakedefine _MGINCORERBF_LATIN1_VGAOEM 1
/* Define if build MiniGUI for no file I/O system (use in-core resources) */
#cmakedefine _MGINCORE_RES 1
/* ************** */
/* KEYBORADLAYOUT */
/* ************** */
/* Define if use the Arabic PC keyboard layout */
#cmakedefine _MGKBDLAYOUT_ARABICPC 1
/* Define if use the German keyboard layout */
#cmakedefine _MGKBDLAYOUT_DE 1
/* Define if use the German-Latin1 keyboard layout */
#cmakedefine _MGKBDLAYOUT_DELATIN1 1
/* Define if use the Spanish keyboard layout */
#cmakedefine _MGKBDLAYOUT_ES 1
/* Define if use the Spanish CP850 keyboard layout */
#cmakedefine _MGKBDLAYOUT_ESCP850 1
/* Define if use the French keyboard layout */
#cmakedefine _MGKBDLAYOUT_FR 1
/* Define if use the French keyboard layout */
#cmakedefine _MGKBDLAYOUT_FRPC 1
/* Define if use the Hebrew PC keyboard layout */
#cmakedefine _MGKBDLAYOUT_HEBREWPC 1
/* Define if use the Italian keyboard layout */
#cmakedefine _MGKBDLAYOUT_IT 1
/* ************************ */
/* PROCS THREADS STANDALONE */
/* ************************ */
/* Define if build MiniGUI-Standalone */
#cmakedefine _MGRM_STANDALONE 1
/* Define if build MiniGUI-Standalone (back-compatibility definition) */
#cmakedefine _STAND_ALONE 1
/* Define if build MiniGUI-Standalone (back-compatibility definition) */
#cmakedefine _LITE_VERSION 1
/* Define if build MiniGUI-Processes */
#cmakedefine _MGRM_PROCESSES 1
/* Define if build MiniGUI-Threads */
#cmakedefine _MGRM_THREADS 1
/* ******* */
/* USE_OWN */
/* ******* */
/* Define if use own implementation of malloc functions */
#cmakedefine _MGUSE_OWN_MALLOC 1
/* Define if use own implementation of pthread functions */
#cmakedefine _MGUSE_OWN_PTHREAD 1
/* Define if use own implementation of stdio functions */
#cmakedefine _MGUSE_OWN_STDIO 1
/* ****** */
/* LF_RDR */
/* ****** */
/* Define if include flat Look and Feel */
#cmakedefine _MGLF_RDR_FLAT 1
/* Define if include skin Look and Feel */
#cmakedefine _MGLF_RDR_SKIN 1
/* ********** */
/* FUNCTIONS */
/* ********** */
/* Define to 1 if you have `alloca', as a function or macro. */
#cmakedefine HAVE_ALLOCA 1
/* Define to 1 if you have the `getpagesize' function. */
#cmakedefine HAVE_GETPAGESIZE 1
/* Define to 1 if you have a working `mmap' system call. */
#cmakedefine HAVE_MMAP 1
/* Define to 1 if you have the `time' function. */
#cmakedefine HAVE_TIME 1
/* Define to 1 if you have the `mktime' function. */
#cmakedefine HAVE_MKTIME 1
/* Define to 1 if you have the `localtime' function. */
#cmakedefine HAVE_LOCALTIME 1
/* Define to 1 if you have the `strdup' function. */
#cmakedefine HAVE_STRDUP 1
/* Define to 1 if you have the `strcasecmp' function. */
#cmakedefine HAVE_STRCASECMP 1
/* Define to 1 if you have the `strncasecmp' function. */
#cmakedefine HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strerror' function. */
#cmakedefine HAVE_STRERROR 1
/* Define to 1 if you have the `setlocale' function. */
#cmakedefine HAVE_SETLOCALE 1
/* Define to 1 if you have the `getpt' function. */
#cmakedefine HAVE_GETPT 1
/* Define to 1 if you have the `vprintf' function. */
#cmakedefine HAVE_VPRINTF 1
/* *********/
/* OS NAME */
/* *********/
/* Define if compile for uClinux */
#cmakedefine __uClinux__ 1
/* Define if compile for eCos */
#cmakedefine __ECOS__ 1
/* Define if compile for non-UNIX like OS */
#cmakedefine __NOUNIX__ 1
/* Define if compile for uC/OS-II */
#cmakedefine __UCOSII__ 1
/*Define if compile for Winbond SWLinux */
#cmakedefine __WINBOND_SWLINUX__ 1
/*Define if compile for VxWorks */
#cmakedefine __VXWORKS__ 1
/*Define if compile for Cygwin platform */
#cmakedefine __CYGWIN__ 1
/*Define if compile for Win32 platform */
#cmakedefine WIN32 1
/*Define if compile for OpenDarwin */
#cmakedefine __DARWIN__ 1
/*Define if compile for ThreadX */
#cmakedefine __THREADX__ 1
/*Define if compile for Nucleus */
#cmakedefine __NUCLEUS__ 1
/*Define if compile for OSE */
#cmakedefine __OSE__ 1
/*Define if compile for pSOS */
#cmakedefine __PSOS__ 1
/*Define if compile for Linux */
#cmakedefine __LINUX__ 1
/*******************/
/* WITH TARGETNAME */
/*******************/
/*Define for Philips STB810 target*/
#cmakedefine __TARGET_STB810__ 1
/*Define for VirualFone ANVIL target*/
#cmakedefine __TARGET_VFANVIL__ 1
/*Define for Monaco ANVIL target*/
#cmakedefine __TARGET_MONACO__ 1
/*Define for OSE on mx21*/
#cmakedefine __TARGET_MX21__ 1
/*Define for VxWorks on i386*/
#cmakedefine __TARGET_VXI386__ 1
/*Define for VxWorks on PowerPC*/
#cmakedefine __TARGET_PPC__ 1
/*Define for Blackfin run uClinux*/
#cmakedefine __TARGET_BLACKFIN__ 1
/*Define for EPSON C33L05 (axLinux)*/
#cmakedefine __TARGET_C33L05__ 1
/*Define for FMSoft's internal use*/
#cmakedefine __TARGET_FMSOFT__ 1
/*Define for FMSoft's mStudio*/
#cmakedefine __TARGET_MSTUDIO__ 1
/*Define for unknown target*/
#cmakedefine __TARGET_UNKNOWN__ 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
#ifdef WIN32
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#define snprintf _snprintf
#endif
#endif /* MGCONFIG_H */