File: acconfig.h

package info (click to toggle)
jfbterm 0.4.7-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 672 kB
  • ctags: 867
  • sloc: ansic: 6,558; sh: 2,946; makefile: 87
file content (69 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (4)
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

/* Enable debugging codes. */
#undef DEBUG

/* where is jbterm.conf in */
#undef SYSCONFDIR

/* Support UTF-8 */
#undef JFB_UTF8

/* Support other coding system */
#undef JFB_OTHER_CODING_SYSTEM

/* Support 1bpp */
#undef JFB_1BPP

/* Support 2bpp */
#undef JFB_2BPP

/* Support 4bpp */
#undef JFB_4BPP

/* Support 8bpp */
#undef JFB_8BPP

/* Support 15bpp */
#undef JFB_15BPP

/* Support 16bpp */
#undef JFB_16BPP

/* Support 24bpp */
#undef JFB_24BPP

/* Support 32bpp */
#undef JFB_32BPP

/* Support vga16 */
#undef JFB_VGA16FB

/* Support packed pixel */
#undef JFB_PACKED

/* Support pseudo color */
#undef JFB_PSEUDOCOLOR

/* Support direct color */
#undef JFB_DIRECTCOLOR

/* Support true color */
#undef JFB_TRUECOLOR

/* Quit if mmap(mmio) is failed */
#undef JFB_MMIO_CHECK

/* Force 8bit color */
#undef FORCE_8BIT

/* gzip program path */
#undef JFB_GZIP_PATH

/* Color gamma effect */
#undef JFB_COLOR_GAMMA

/* Supprt Dimmer (Screen blank) */
#undef JFB_ENABLE_DIMMER

/* Support reverse video */
#undef JFB_REVERSEVIDEO