mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
87 lines
1.8 KiB
C
87 lines
1.8 KiB
C
/* define to the path to cpp */
|
|
#undef CPP_PATH
|
|
|
|
/* package name */
|
|
#undef PACKAGE
|
|
|
|
/* package version */
|
|
#undef VERSION
|
|
|
|
/* define if you want GNOME stuff support */
|
|
#undef GNOME_STUFF
|
|
|
|
/* define if you want KDE hint support */
|
|
#undef KWM_HINTS
|
|
|
|
/* define if you want OPEN LOOK(tm) hint support */
|
|
#undef OLWM_HINTS
|
|
|
|
/* define if XPM libraries are available
|
|
* set by configure */
|
|
#undef USE_XPM
|
|
|
|
/* define if PNG libraries are available
|
|
* set by configure */
|
|
#undef USE_PNG
|
|
|
|
/* define if JPEG libraries are available
|
|
* set by configure */
|
|
#undef USE_JPEG
|
|
|
|
/* define if GIF libraries are available
|
|
* set by configure */
|
|
#undef USE_GIF
|
|
|
|
/* define if TIFF libraries are available
|
|
* set by configure */
|
|
#undef USE_TIFF
|
|
|
|
/* define if X's shared memory extension is available
|
|
* set by configure */
|
|
#undef XSHM
|
|
|
|
/* define an extra path for pixmaps
|
|
* set by configure */
|
|
#undef PIXMAPDIR
|
|
|
|
/*
|
|
* define REDUCE_APPICONS if you want apps with the same WM_INSTANCE &&
|
|
* WM_CLASS to share an appicon
|
|
*/
|
|
#undef REDUCE_APPICONS
|
|
|
|
/* Internationalization (I18N) support
|
|
* set by configure */
|
|
#undef I18N
|
|
|
|
/* Multi-byte (japanese, korean, chinese etc.) character support */
|
|
#undef I18N_MB
|
|
|
|
/* define if you want sound support */
|
|
#undef WMSOUND
|
|
|
|
/* define if you want the 'lite' version */
|
|
#undef LITE
|
|
|
|
/* define if you want support for shaped windows
|
|
* set by configure */
|
|
#undef SHAPE
|
|
|
|
/* define if you want support for X window's X_LOCALE
|
|
* set by configure */
|
|
#undef X_LOCALE
|
|
|
|
/* the place where shared data is stored
|
|
* defined by configure */
|
|
#undef PKGDATADIR
|
|
|
|
/* the place where the configuration is stored
|
|
* defined by configure */
|
|
#undef SYSCONFDIR
|
|
|
|
/* whether XKB language MODELOCK should be enabled */
|
|
#undef XKB_MODELOCK
|
|
|
|
/* define if you want user defined menus for applications */
|
|
#undef USER_MENU
|