added WMGetLabelFont()
[wmaker-crm.git] / acconfig.h
blobf66890920b782684fb6afe72f6dcc3a3e0dbdccd
1 /* define to the path to cpp */
2 #undef CPP_PATH
4 /* package name */
5 #undef PACKAGE
7 /* package version */
8 #undef VERSION
10 /* define if you want GNOME stuff support */
11 #undef GNOME_STUFF
13 /* define if you want KDE hint support */
14 #undef KWM_HINTS
16 /* define if you want OPEN LOOK(tm) hint support */
17 #undef OLWM_HINTS
19 /* define if XPM libraries are available
20 * set by configure */
21 #undef USE_XPM
23 /* define if PNG libraries are available
24 * set by configure */
25 #undef USE_PNG
27 /* define if JPEG libraries are available
28 * set by configure */
29 #undef USE_JPEG
31 /* define if GIF libraries are available
32 * set by configure */
33 #undef USE_GIF
35 /* define if TIFF libraries are available
36 * set by configure */
37 #undef USE_TIFF
39 /* define if X's shared memory extension is available
40 * set by configure */
41 #undef XSHM
43 /* define an extra path for pixmaps
44 * set by configure */
45 #undef PIXMAPDIR
47 /* Internationalization (I18N) support
48 * set by configure */
49 #undef I18N
51 /* define if you want sound support */
52 #undef WSOUND
54 /* define if you want the 'lite' version */
55 #undef LITE
57 /* define if you want support for shaped windows
58 * set by configure */
59 #undef SHAPE
62 /* define if you want support for the XINERAMA extension
63 * set by configure */
64 #undef XINERAMA
66 /* define if you want support for X window's X_LOCALE
67 * set by configure */
68 #undef X_LOCALE
70 /* the place where shared data is stored
71 * defined by configure */
72 #undef PKGDATADIR
74 /* the place where the configuration is stored
75 * defined by configure */
76 #undef SYSCONFDIR
78 /* whether XKB language MODELOCK should be enabled */
79 #undef XKB_MODELOCK
81 /* define if you want user defined menus for applications */
82 #undef USER_MENU
84 /* define if you have then inet_aton function */
85 #undef HAVE_INET_ATON
87 /* define if your X server has XInternAtoms() */
88 #undef HAVE_XINTERNATOMS
90 /* define if you want Hermes support */
91 #undef HAVE_HERMES