File: acconfig.h

package info (click to toggle)
jfbterm 0.3.10-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 468 kB
  • ctags: 775
  • sloc: ansic: 5,387; sh: 330; makefile: 72
file content (49 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
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

/* Enable debugging codes. */
#undef DEBUG

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

/* 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