File: acconfig.h

package info (click to toggle)
cmatrix 1.2a-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 376 kB
  • ctags: 35
  • sloc: sh: 2,672; ansic: 520; makefile: 42
file content (16 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Define this if your curses library has use_default_colors, for 
   cool transparency =-) */
#undef HAVE_USE_DEFAULT_COLORS

/* Define this if you have the linux consolechars program */
#undef HAVE_CONSOLECHARS

/* Define this if you have the linux setfont program */
#undef HAVE_SETFONT

/* Define this if you have the wresize function in your ncurses-type library */
#undef HAVE_WRESIZE

/* Define this if you have the resizeterm function in your ncurses-type library */
#undef HAVE_RESIZETERM