File: acconfig.h

package info (click to toggle)
qvwm 1%3A1.1.12-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,040 kB
  • ctags: 2,564
  • sloc: cpp: 21,013; sh: 3,404; makefile: 235; lex: 139; yacc: 137; ansic: 12
file content (34 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (3)
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
/* Package name (qvwm) */
#undef PACKAGE
/* Package version */
#undef VERSION

/* Define if you want a debug version of qvwm */
#undef DEBUG

/* Define if you allow sending commands to qvwm */
#undef ALLOW_RMTCMD

/* Define if you want to use Imlib */
#undef USE_IMLIB

/* Define if the X shape extension is available */
#undef USE_SHAPE

/* Define if the X Session Management Protocol is available */
#undef USE_XSMP

/* Define if you want to use ALSA for sound effects (Linux only) */
#undef USE_ALSA

/* Define if you want to use esd (EsounD) for sound effects */
#undef USE_ESD

/* Define if you want to use screen saver functions */
#undef USE_SS

/* Define if the X screen saver extension is available */
#undef USE_SSEXT

/* Define if the X server supports locale functions */
#undef X_LOCALE