comparison include/mb_config.h.in @ 1124:b5ff72dbc910

merge
author wycc
date Thu, 09 Dec 2010 07:48:46 +0800
parents fa5f71d4aa04
children
comparison
equal deleted inserted replaced
1123:aad659b6b625 1124:b5ff72dbc910
19 #undef CAIRO_IMG_LOADER 19 #undef CAIRO_IMG_LOADER
20 20
21 /* Enable Imlib2 Image Loader */ 21 /* Enable Imlib2 Image Loader */
22 #undef IMLIB2_IMG_LOADER 22 #undef IMLIB2_IMG_LOADER
23 23
24 /* Enable Dummy Image Loader */
25 #undef DUMMY_IMG_LOADER
26
24 /* Enable sh_text */ 27 /* Enable sh_text */
25 #undef SH_TEXT 28 #undef SH_TEXT
26 29
27 /* Enable sh_stext */ 30 /* Enable sh_stext */
28 #undef SH_STEXT 31 #undef SH_STEXT
31 #undef X_BACKEND 34 #undef X_BACKEND
32 35
33 /* Enable DirectFB backend */ 36 /* Enable DirectFB backend */
34 #undef DFB_BACKEND 37 #undef DFB_BACKEND
35 38
39 /* Enable console backend */
40 #undef CONSOLE_BACKEND
41
42 /* Enable XSHM */
43 #undef XSHM
44
36 #endif /* __MB_CONFIG_H_ */ 45 #endif /* __MB_CONFIG_H_ */