mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 09:52:29 +01:00
Update for 0.51.0
This commit is contained in:
@@ -61,6 +61,10 @@
|
||||
/* define to the path to cpp */
|
||||
#undef CPP_PATH
|
||||
|
||||
/* define to the directory containing NLS information
|
||||
* set by configure */
|
||||
#undef NLSDIR
|
||||
|
||||
/* package name */
|
||||
#undef PACKAGE
|
||||
|
||||
@@ -73,12 +77,74 @@
|
||||
/* 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 the configuration is stored
|
||||
* defined by configure */
|
||||
#undef PKGDATADIR
|
||||
|
||||
/* Define if you have the atexit function. */
|
||||
#undef HAVE_ATEXIT
|
||||
|
||||
/* Define if you have the gethostname function. */
|
||||
#undef HAVE_GETHOSTNAME
|
||||
|
||||
/* Define if you have the gettimeofday function. */
|
||||
#undef HAVE_GETTIMEOFDAY
|
||||
|
||||
/* Define if you have the poll function. */
|
||||
#undef HAVE_POLL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user