update in configure
[wmaker-crm.git] / acconfig.h
blobedc59ef935403d3aabc0cbf2bfb197cdd9dd6c94
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
48 * define REDUCE_APPICONS if you want apps with the same WM_INSTANCE &&
49 * WM_CLASS to share an appicon
51 #undef REDUCE_APPICONS
53 /* Internationalization (I18N) support
54 * set by configure */
55 #undef I18N
57 /* define if you want sound support */
58 #undef WMSOUND
60 /* define if you want the 'lite' version */
61 #undef LITE
63 /* define if you want support for shaped windows
64 * set by configure */
65 #undef SHAPE
67 /* define if you want support for X window's X_LOCALE
68 * set by configure */
69 #undef X_LOCALE
71 /* the place where shared data is stored
72 * defined by configure */
73 #undef PKGDATADIR
75 /* the place where the configuration is stored
76 * defined by configure */
77 #undef SYSCONFDIR
79 /* whether XKB language MODELOCK should be enabled */
80 #undef XKB_MODELOCK
82 /* define if you want user defined menus for applications */
83 #undef USER_MENU