Fixed some focus related problems when switching workspaces, including the
[wmaker-crm.git] / acconfig.h
bloba1ec45315e234bac15802f9dee2894371c58aa44
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 the 'lite' version */
52 #undef LITE
54 /* define if you want support for shaped windows
55 * set by configure */
56 #undef SHAPE
58 /* define if you want support for the XINERAMA extension
59 * set by configure */
60 #undef XINERAMA
62 /* define if you want support for X window's X_LOCALE
63 * set by configure */
64 #undef X_LOCALE
66 /* the place where shared data is stored
67 * defined by configure */
68 #undef PKGDATADIR
70 /* the place where the configuration is stored
71 * defined by configure */
72 #undef SYSCONFDIR
74 /* whether XKB language MODELOCK should be enabled */
75 #undef XKB_MODELOCK
77 /* define if you want user defined menus for applications */
78 #undef USER_MENU
80 /* define if you have then inet_aton function */
81 #undef HAVE_INET_ATON
83 /* define if your X server has XInternAtoms() */
84 #undef HAVE_XINTERNATOMS
86 /* define if your X server has XConvertCase() */
87 #undef HAVE_XCONVERTCASE
89 /* define if you want Hermes support */
90 #undef HAVE_HERMES
92 /* define if you have vsnprintf with C99 semantics */
93 #undef HAVE_C99_VSNPRINTF