MiniGUI_config.h
上传用户:sdaoma
上传日期:2013-08-07
资源大小:3838k
文件大小:19k
源码类别:

GPS编程

开发平台:

C/C++

  1. /* config.h.  Generated by configure.  */
  2. /* config.h.in.  Generated from configure.in by autoheader.  */
  3. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  4.    systems. This function is required for `alloca.c' support on those systems.
  5.    */
  6. /* #undef CRAY_STACKSEG_END */
  7. /* Define to 1 if using `alloca.c'. */
  8. /* #undef C_ALLOCA */
  9. /* Define to 1 if you have `alloca', as a function or macro. */
  10. //#define HAVE_ALLOCA 1
  11. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  12.    */
  13. //#define HAVE_ALLOCA_H 1
  14. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  15.    */
  16. //#define HAVE_DIRENT_H 1
  17. /* Define to 1 if you have the <dlfcn.h> header file. */
  18. //#define HAVE_DLFCN_H 1
  19. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  20. /* #undef HAVE_DOPRNT */
  21. /* Define to 1 if you have the `getpagesize' function. */
  22. //#define HAVE_GETPAGESIZE 1
  23. /* Define to 1 if you have the <inttypes.h> header file. */
  24. #define HAVE_INTTYPES_H 1
  25. /* Define to 1 if you have the <math.h> header file. */
  26. #define HAVE_MATH_H 1
  27. /* Define to 1 if you have the <memory.h> header file. */
  28. //#define HAVE_MEMORY_H 1
  29. /* Define to 1 if you have a working `mmap' system call. */
  30. //#define HAVE_MMAP 1
  31. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  32. /* #undef HAVE_NDIR_H */
  33. /* Define to 1 if you have the `setenv' function. */
  34. //#define HAVE_SETENV 1
  35. /* Define to 1 if you have the <stdint.h> header file. */
  36. #define HAVE_STDINT_H 1
  37. /* Define to 1 if you have the <stdlib.h> header file. */
  38. #define HAVE_STDLIB_H 1
  39. /* Define to 1 if you have the `strcasecmp' function. */
  40. //#define HAVE_STRCASECMP 1
  41. /* Define to 1 if you have the `strdup' function. */
  42. //#define HAVE_STRDUP 1
  43. /* Define to 1 if you have the `strerror' function. */
  44. #define HAVE_STRERROR 1
  45. /* Define to 1 if you have the <strings.h> header file. */
  46. //#define HAVE_STRINGS_H 1
  47. /* Define to 1 if you have the <string.h> header file. */
  48. #define HAVE_STRING_H 1
  49. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  50.    */
  51. /* #undef HAVE_SYS_DIR_H */
  52. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  53.    */
  54. /* #undef HAVE_SYS_NDIR_H */
  55. /* Define to 1 if you have the <sys/stat.h> header file. */
  56. //#define HAVE_SYS_STAT_H 1
  57. /* Define to 1 if you have the <sys/time.h> header file. */
  58. //#define HAVE_SYS_TIME_H 1
  59. /* Define to 1 if you have the <sys/types.h> header file. */
  60. //#define HAVE_SYS_TYPES_H 1
  61. /* Define to 1 if you have the <termio.h> header file. */
  62. //#define HAVE_TERMIO_H 1
  63. /* Define to 1 if you have the `tmpfile' function. */
  64. #define HAVE_TMPFILE 1
  65. /* Define to 1 if you have the <unistd.h> header file. */
  66. //#define HAVE_UNISTD_H 1
  67. /* Define to 1 if you have the `vprintf' function. */
  68. #define HAVE_VPRINTF 1
  69. /* Binary age of MiniGUI */
  70. #define MINIGUI_BINARY_AGE 0
  71. /* Interface age of MiniGUI */
  72. #define MINIGUI_INTERFACE_AGE 0
  73. /* Major version of MiniGUI */
  74. #define MINIGUI_MAJOR_VERSION 1
  75. /* Micro version of MiniGUI */
  76. #define MINIGUI_MICRO_VERSION 1
  77. /* Minor version of MiniGUI */
  78. #define MINIGUI_MINOR_VERSION 6
  79. /* Define to the address where bug reports for this package should be sent. */
  80. #define PACKAGE_BUGREPORT ""
  81. /* Define to the full name of this package. */
  82. #define PACKAGE_NAME ""
  83. /* Define to the full name and version of this package. */
  84. #define PACKAGE_STRING ""
  85. /* Define to the one symbol short name of this package. */
  86. #define PACKAGE_TARNAME ""
  87. /* Define to the version of this package. */
  88. #define PACKAGE_VERSION ""
  89. /* If using the C implementation of alloca, define if you know the
  90.    direction of stack growth for your system; otherwise it will be
  91.    automatically deduced at run-time.
  92.         STACK_DIRECTION > 0 => grows toward higher addresses
  93.         STACK_DIRECTION < 0 => grows toward lower addresses
  94.         STACK_DIRECTION = 0 => direction of growth unknown */
  95. /* #undef STACK_DIRECTION */
  96. /* Define to 1 if you have the ANSI C header files. */
  97. #define STDC_HEADERS 1
  98. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  99. //#define TIME_WITH_SYS_TIME 1
  100. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  101. /* #undef TM_IN_SYS_TIME */
  102. /* Define if include IAL engine for Arca Tpanel Ads7846 */
  103. /* #undef _ADS7846_IAL */
  104. /* Define if include input engine for ADS */
  105. /* #undef _ADS_IAL */
  106. /* Define if include advanced 2D graphics APIs */
  107. /* #define _ADV_2DAPI 1 */
  108. /* Define if support Arabic charset */
  109. /* #undef _ARABIC_SUPPORT */
  110. /* Define if include input engine for ARM3000 */
  111. /* #undef _ARM3000_IAL */
  112. /* Define if include the automatic IAL engine */
  113. #define _AUTO_IAL 1
  114. /* Define if support BIG5 charset */
  115. //#define _BIG5_SUPPORT 1
  116. /* Define if include clipboard support */
  117. #define _CLIPBOARD_SUPPORT 1
  118. /* Define if include the common IAL engine */
  119. #define _COMM_IAL   1    
  120. /* Define if use coordinate transformation */
  121. /* #undef _COOR_TRANS */
  122. /* Define if include BUTTON control */
  123. #define _CTRL_BUTTON 1
  124. /* Define if include COMBOBOX control */
  125. #define _CTRL_COMBOBOX 1
  126. /* Define if include LISTBOX control */
  127. #define _CTRL_LISTBOX 1
  128. /* Define if include MENUBUTTON control */
  129. #define _CTRL_MENUBUTTON 1
  130. /* Define if include NEWTOOLBAR control */
  131. #define _CTRL_NEWTOOLBAR 1
  132. /* Define if include old MEDIT control */
  133. /* #undef _CTRL_OLDMEDIT */
  134. /* Define if include PROGRESSBAR control */
  135. #define _CTRL_PROGRESSBAR 1
  136. /* Define if include PROPSHEET control */
  137. #define _CTRL_PROPSHEET 1
  138. /* Define if include SCROLLVIEW control */
  139. #define _CTRL_SCROLLVIEW 1
  140. /* Define if include SIMEDIT control */
  141. #define _CTRL_SIMEDIT 1
  142. /* Define if include SLEDIT control */
  143. #define _CTRL_SLEDIT 1
  144. /* Define if include STATIC control */
  145. #define _CTRL_STATIC 1
  146. /* Define if include TEXTEDIT control */
  147. #define _CTRL_TEXTEDIT 1
  148. /* Define if include TOOLBAR control */
  149. #define _CTRL_TOOLBAR 1
  150. /* Define if include TRACKBAR control */
  151. #define _CTRL_TRACKBAR 1
  152. /* Define if include cursor support */
  153. #define _CURSOR_SUPPORT 1
  154. /* Define if support Cyrillic charset */
  155. /* #undef _CYRILLIC_SUPPORT */
  156. /* Define if build with debugging messages */
  157. /* #undef _DEBUG */
  158. /* Define if include input engine for DM270 */
  159. /* #undef _DM270_IAL */
  160. /* Define if include IAL engine for Intel DMG STB Remote Controller */
  161. /* #undef _DMGSTB_IAL */
  162. /* Define if mouse button can do double click */
  163. //#define _DOUBLE_CLICK 1
  164. /* Define if include the dummy IAL engine */
  165. #define _DUMMY_IAL 1
  166. /* Define if include input engine for EMBEST ARM2410 */
  167. /* #undef _EMBEST2410_IAL */
  168. /* Define if include input engine for EP7211 */
  169. /* #undef _EP7211_IAL */
  170. /* Define if support EUCJP charset */
  171. /* #undef _EUCJP_SUPPORT */
  172. /* Define if support EUCKR charset */
  173. /* #undef _EUCKR_SUPPORT */
  174. /* Define if include input engine for xScale EVMV 1.0 */
  175. /* #undef _EVMV10_IAL */
  176. /* Define if include ANIMATION control */
  177. /* #define _EXT_CTRL_ANIMATION 1 */
  178. /* Define if include COOLBAR control */
  179. /* #define _EXT_CTRL_COOLBAR 1 */
  180. /* Define if include GRID control */
  181. /* #undef _EXT_CTRL_GRID */
  182. /* Define if include ICONVIEW control */
  183. /* #define _EXT_CTRL_ICONVIEW 1 */
  184. /* Define if include LISTVIEW control */
  185. /* #define _EXT_CTRL_LISTVIEW 1 */
  186. /* Define if include MONTHCALENDAR control */
  187. /* #define _EXT_CTRL_MONTHCAL 1 */
  188. /* Define if include SPINBOX control */
  189. /* #define _EXT_CTRL_SPINBOX 1 */
  190. /* Define if include TREEVIEW control */
  191. /* #define _EXT_CTRL_TREEVIEW 1 */
  192. /* Define if include skin support */
  193. /* #define _EXT_SKIN 1 */
  194. /* Define if include 16BPP FB subdriver */
  195. #define _FBLIN16_SUPPORT 1
  196. /* Define if include 1BPP FB subdriver (MSB is left) */
  197. /* #undef _FBLIN1L_SUPPORT */
  198. /* Define if include 1BPP FB subdriver (MSB is right) */
  199. /* #undef _FBLIN1R_SUPPORT */
  200. /* Define if include 24BPP FB subdriver */
  201. /* #undef _FBLIN24_SUPPORT */
  202. /* Define if include 2BPP FB subdriver (MSB is left) */
  203. /* #undef _FBLIN2L_SUPPORT */
  204. /* Define if include 2BPP FB subdriver (MSB is right) */
  205. /* #undef _FBLIN2R_SUPPORT */
  206. /* Define if include 32BPP FB subdriver */
  207. /* #undef _FBLIN32_SUPPORT */
  208. /* Define if include 4BPP FB subdriver (MSB is left) */
  209. /* #undef _FBLIN4L_SUPPORT */
  210. /* Define if include 4BPP FB subdriver (MSB is right) */
  211. /* #undef _FBLIN4R_SUPPORT */
  212. /* Define if include 8BPP FB subdriver */
  213. /* #undef _FBLIN8_SUPPORT */
  214. /* Define if include VGA16 FB subdriver */
  215. /* #undef _FBVGA16_SUPPORT */
  216. /* Define if include input engine for FFT7202 */
  217. /* #undef _FFT7202_IAL */
  218. /* Define if include IAL engine for EM85xx Front Panel and Remote Controller
  219.    */
  220. /* #undef _FIP_IAL */
  221. /* Define if include fixed math routines */
  222. #define _FIXED_MATH 1
  223. /* Define if window style is flat */
  224. /* #undef _FLAT_WINDOW_STYLE */
  225. /* Define if include input engine for FXRM9200 */
  226. /* #undef _FXRM9200_IAL */
  227. /* Define if support GB18030 charset */
  228. /* #undef _GB18030_SUPPORT */
  229. /* Define if support GBK charset */
  230. //#define _GBK_SUPPORT 1
  231. /* Define if support GB2312 charset */
  232. #define _GB_SUPPORT 1
  233. /* Define if support GIF bmp file format */
  234. #define _GIF_FILE_SUPPORT 1
  235. /* Define if include GPM mouse subdriver */
  236. //#define _GPM_SUPPORT 1
  237. /* Define if is gray screen */
  238. /* #undef _GRAY_SCREEN */
  239. /* Define if support Greek charset */
  240. /* #undef _GREEK_SUPPORT */
  241. /* Define if has FreeType 2 */
  242. /* #undef _HAS_FREETYPE2 */
  243. /* Define if have math library */
  244. //#define _HAVE_MATH_LIB 1
  245. /* Define if your Linux have text mode */
  246. #define _HAVE_TEXT_MODE 1
  247. /* Define if support Hebrew charset */
  248. /* #undef _HEBREW_SUPPORT */
  249. /* Define if include IAL engine for Helio Touch Panel */
  250. /* #undef _HELIO_IAL */
  251. /* Define if include IAL engine for HHARM2410R3 touch screen */
  252. /* #undef _HH2410R3_IAL */
  253. /* Define if include the IAL engine for HHCF5249 PS/2 keyboard and IrDA */
  254. /* #undef _HH5249KBDIR_IAL */
  255. /* Define if include GB2312 IME */
  256. //#define _IME_GB2312 1
  257. /* Define if include GB2312 Intelligent Pinyin IME module */
  258. //#define _IME_GB2312_PINYIN 1
  259. /* Define if include IMPS2 mouse subdriver */
  260. #define _IMPS2_SUPPORT 1
  261. /* Define if include in-core font: Courier */
  262. #define _INCOREFONT_COURIER 1
  263. /* Define if include in-core font: Helvetica */
  264. /* #undef _INCOREFONT_HELV */
  265. /* Define if include in-core font: SansSerif */
  266. #define _INCOREFONT_SANSSERIF 1
  267. /* Define if include in-core font: Symbol */
  268. /* #define _INCOREFONT_SYMBOL 1 */
  269. /* Define if include in-core font: VGAS */
  270. //#define _INCOREFONT_VGAS 1
  271. /* Define if include in-core font: 12x12 RBF for GB2312 */
  272. /* #define _INCORERBF_GB12 1 */
  273. /* Define if include in-core font: 16x16 RBF for GB2312 */
  274. #define _INCORERBF_GB16 1
  275. /* Define if include in-core font: 24x24 RBF for GB2312 */
  276. /* #undef _INCORERBF_GB24 */
  277. /* Define if include in-core font: 12-Pixel Kanji RBFs for SHIFT-JIS */
  278. /* #undef _INCORERBF_KJ12 */
  279. /* Define if include in-core font: 14-Pixel Kanji RBFs for SHIFT-JIS */
  280. /* #undef _INCORERBF_KJ14 */
  281. /* Define if include in-core font: 16-Pixel Kanji RBFs for SHIFT-JIS */
  282. /* #undef _INCORERBF_KJ16 */
  283. /* Define if include in-core font: 8x16 RBF for ISO8859-1 */
  284. #define _INCORERBF_LATIN1_16 1
  285. /* Define if include in-core font: 12x24 RBF for ISO8859-1 */
  286. /* #undef _INCORERBF_LATIN1_24 */
  287. /* Define if build MiniGUI for no file I/O system */
  288. #define _INCORE_RES 1
  289. /* Define if include input engine for iPAQ */
  290. /* #undef _IPAQ_IAL */
  291. /* Define if support JPEG bmp file format */
  292. /* #undef _JPG_FILE_SUPPORT */
  293. /* Define if use the German keyboard layout */
  294. /* #undef _KBD_LAYOUT_DE */
  295. /* Define if use the German-Latin1 keyboard layout */
  296. /* #undef _KBD_LAYOUT_DELATIN1 */
  297. /* Define if use the Spanish keyboard layout */
  298. /* #undef _KBD_LAYOUT_ES */
  299. /* Define if use the Spanish CP850 keyboard layout */
  300. /* #undef _KBD_LAYOUT_ESCP850 */
  301. /* Define if use the French keyboard layout */
  302. /* #undef _KBD_LAYOUT_FR */
  303. /* Define if use the French PC keyboard layout */
  304. /* #undef _KBD_LAYOUT_FRPC */
  305. /* Define if use the Italian keyboard layout */
  306. /* #undef _KBD_LAYOUT_IT */
  307. /* Define if include input engine for L7200 */
  308. /* #undef _L7200_IAL */
  309. /* Define if support Latin 10 charset */
  310. /* #undef _LATIN10_SUPPORT */
  311. /* Define if support Latin 2 charset */
  312. /* #undef _LATIN2_SUPPORT */
  313. /* Define if support Latin 3 charset */
  314. /* #undef _LATIN3_SUPPORT */
  315. /* Define if support Latin 4 charset */
  316. /* #undef _LATIN4_SUPPORT */
  317. /* Define if support Latin 5 charset */
  318. /* #undef _LATIN5_SUPPORT */
  319. /* Define if support Latin 6 charset */
  320. /* #undef _LATIN6_SUPPORT */
  321. /* Define if support Latin 7 charset */
  322. /* #undef _LATIN7_SUPPORT */
  323. /* Define if support Latin 8 charset */
  324. /* #undef _LATIN8_SUPPORT */
  325. /* Define if support Latin 9 charset */
  326. //#define _LATIN9_SUPPORT 1
  327. /* Define if support LBM bmp file format */
  328. /* #undef _LBM_FILE_SUPPORT */
  329. /* Define if include LibGGI engine */
  330. /* #undef _LIBGGI */
  331. /* Define if include vcongui support */
  332. //#define _LIB_VCONGUI 1
  333. /* Define if build lite version of MiniGUI */
  334. /* #undef _LITE_VERSION */
  335. /* Define if include IAL engine for uClinux touch screen palm/mc68ez328 */
  336. /* #undef _MC68X328_IAL */
  337. /* Define if include About MiniGUI Dialog Box */
  338. #define _MISC_ABOUTDLG  1
  339. /* Define if include code for screenshots */
  340. //#define _MISC_SAVESCREEN 1
  341. /* Define if we can move window by mouse */
  342. #define _MOVE_WINDOW_BY_MOUSE 1
  343. /* Define if include input engine for MPC823 */
  344. /* #undef _MPC823_IAL */
  345. /* Define if include MS3 mouse subdriver */
  346. //#define _MS3_SUPPORT 1
  347. /* Define if include messages' string names */
  348. /* #undef _MSG_STRING */
  349. /* Define if include MS mouse subdriver */
  350. //#define _MS_SUPPORT 1
  351. /* Define if support native graphics engine on Common LCD */
  352. #define _NATIVE_GAL_COMMLCD 1
  353. /* Define if include native graphics engine */
  354. #define _NATIVE_GAL_ENGINE 1
  355. /* Define if support native graphics engine on FBCON */
  356. //#define _NATIVE_GAL_FBCON 1
  357. /* Define if support native graphics engine on QVFB */
  358. //#define _NATIVE_GAL_QVFB 1
  359. /* Define if include native input engine */
  360. //#define _NATIVE_IAL_ENGINE 1
  361. /* Define if include NEWGAL engine for BF533 OSD via SPI */
  362. /* #undef _NEWGAL_ENGINE_BF533 */
  363. /* Define if include NEWGAL engine for Common LCD */
  364. /* #define _NEWGAL_ENGINE_COMMLCD  1 */
  365. /* Define if include dummy NEWGAL engine */
  366. /* #define _NEWGAL_ENGINE_DUMMY 1 */
  367. /* Define if include NEWGAL engine for EM85xx OSD */
  368. /* #undef _NEWGAL_ENGINE_EM85XXOSD */
  369. /* Define if include FrameBuffer console NEWGAL engine */
  370. //#define _NEWGAL_ENGINE_FBCON 1
  371. /* Define if include Qt Virtual FrameBuffer NEWGAL engine */
  372. //#define _NEWGAL_ENGINE_QVFB 1
  373. /* Define if include NEWGAL engine for SVPXX OSD */
  374. /* #undef _NEWGAL_ENGINE_SVPXXOSD */
  375. /* Define if include NEWGAL engine for UTPMC */
  376. /* #undef _NEWGAL_ENGINE_UTPMC */
  377. /* Define if include windows Virtual FrameBuffer NEWGAL engine */
  378. /* #undef _NEWGAL_ENGINE_WVFB */
  379. /* Define if include input engine for OKWAP Palm2 */
  380. /* #undef _PALMII_IAL */
  381. /* Define if window style is PC 3D */
  382. #define _PC3D_WINDOW_STYLE 1
  383. /* Define if support PCX bmp file format */
  384. /* #undef _PCX_FILE_SUPPORT */
  385. /* Define if window style is phone */
  386. #define _PHONE_WINDOW_STYLE 1
  387. /* Define if support PNG bmp file format */
  388. //#define _PNG_FILE_SUPPORT 1
  389. /* Define if include PS2 mouse subdriver */
  390. #define _PS2_SUPPORT 1
  391. /* Define if include input engine for PX255B */
  392. /* #undef _PX255B_IAL */
  393. /* Define if support QPF font */
  394. /* #undef _QPF_SUPPORT */
  395. /* Define if include the QVFB IAL engine */
  396. //#define _QVFB_IAL 1
  397. /* Define if support raw bitmap fonts */
  398. #define _RBF_SUPPORT 1
  399. /* Define to 0 if use clockwise rotation of screen, otherwise to 1 */
  400. /* #undef _ROT_DIR_CW */
  401. /* Define if include SaveBitmap function */
  402. //#define _SAVE_BITMAP 1
  403. /* Define if support SHIFTJIS charset */
  404. /* #undef _SHIFTJIS_SUPPORT */
  405. /* Define if include IAL engine for SMDK2410 touch screen */
  406. /* #undef _SMDK2410_IAL */
  407. /* Define if build stand-alone version of MiniGUI-Lite */
  408. /* #undef _STAND_ALONE */
  409. /* Define if include SVGALib engine */
  410. /* #undef _SVGALIB */
  411. /* Define if include IAL engine for WinBond SPVXX */
  412. /* #undef _SVPXX_IAL */
  413. /* Define if include IAL engine for MT T800 */
  414. /* #undef _T800_IAL */
  415. /* Define if include IAL engine for Tongfang STB */
  416. /* #undef _TFSTB_IAL */
  417. /* Define if support TGA bmp file format */
  418. /* #undef _TGA_FILE_SUPPORT */
  419. /* Define if support Thai charset */
  420. /* #undef _THAI_SUPPORT */
  421. /* Define if include input engine for THOR */
  422. /* #undef _THOR_IAL */
  423. /* Define if the unit of timer is 10ms */
  424. #define _TIMER_UNIT_10MS 1
  425. /* Define if it is tiny screen */
  426. /* #undef _TINY_SCREEN */
  427. /* Define if trace message dispatching of MiniGUI */
  428. /* #undef _TRACE_MSG */
  429. /* Define if support TrueType font based on FreeType 1.3 or FreeType 2 */
  430. /* #undef _TTF_SUPPORT */
  431. /* Define if support Adobe Type1 fonts */
  432. /* #undef _TYPE1_SUPPORT */
  433. /* Define if include input engine for UCB1X00 */
  434. /* #undef _UCB1X00_IAL */
  435. /* Define if support UNICODE */
  436. //#define _UNICODE_SUPPORT 1
  437. /* Define if use new GAL interfaces */
  438. /* #define _USE_NEWGAL 1 */
  439. /* Define if use own implementation of malloc functions */
  440. #define _USE_OWN_MALLOC 1
  441. /* Define if use own implementation of stdio functions */
  442. #define _USE_OWN_STDIO 1
  443. /* Define if include the UTPMC IAL engine */
  444. /* #undef _UTPMC_IAL */
  445. /* Define if support var bitmap fonts */
  446. //#define _VBF_SUPPORT 1
  447. /* Define if include VGA 16-color graphics engine */
  448. /* #undef _VGA16_GAL */
  449. /* Define if include input engine for NEC VR4181 */
  450. /* #undef _VR4181_IAL */
  451. /* Define if include the WVFB IAL engine */
  452. /* #undef _WVFB_IAL */
  453. /* Define if compile for eCos */
  454. /* #undef __ECOS__ */
  455. /* Define if compile for Linux */
  456. /* #undef __LINUX__ */
  457. /* Define if compile for non-Linux like OS */
  458. #define __NOLINUX__ 1
  459. /* Define if compile for uC/OS-II */
  460. #define __UCOSII__ 1
  461. /* Define if compile for vxworks */
  462. /* #undef __VXWORKS__ */
  463. /* Define if compile for Winbond SWLinux */
  464. /* #undef __WINBOND_SWLINUX__ */
  465. /* Define if compile for uClinux */
  466. /* #undef __uClinux__ */
  467. /* Define to empty if `const' does not conform to ANSI C. */
  468. /* #undef const */
  469. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  470.    if it is not supported. */
  471. #define inline  __inline
  472. /* Define to `unsigned' if <sys/types.h> does not define. */
  473. /* #undef size_t */