Files
wmaker/acconfig.h
T

95 lines
2.0 KiB
C
Raw Normal View History

1998-09-29 22:36:29 +00:00
/* define to the path to cpp */
#undef CPP_PATH
/* package name */
#undef PACKAGE
/* package version */
#undef VERSION
1999-01-06 15:22:33 +00:00
/* define if you want GNOME stuff support */
#undef GNOME_STUFF
/* define if you want KDE hint support */
#undef KWM_HINTS
1999-01-25 19:06:50 +00:00
/* 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
/* Internationalization (I18N) support
* set by configure */
#undef I18N
/* define if you want the 'lite' version */
#undef LITE
/* define if you want support for shaped windows
* set by configure */
#undef SHAPE
2000-01-20 11:51:42 +00:00
/* define if you want support for the XINERAMA extension
* set by configure */
#undef XINERAMA
1999-01-25 19:06:50 +00:00
/* define if you want support for X window's X_LOCALE
* set by configure */
#undef X_LOCALE
/* the place where shared data is stored
1999-01-25 19:06:50 +00:00
* 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
1999-05-15 17:38:05 +00:00
/* define if you want user defined menus for applications */
#undef USER_MENU
1999-12-14 03:24:38 +00:00
1999-12-14 03:48:06 +00:00
/* define if you have then inet_aton function */
#undef HAVE_INET_ATON
2000-04-01 02:11:33 +00:00
/* define if your X server has XInternAtoms() */
#undef HAVE_XINTERNATOMS
/* define if your X server has XConvertCase() */
#undef HAVE_XCONVERTCASE
2001-02-18 00:41:22 +00:00
/* define if you want Hermes support */
#undef HAVE_HERMES
2000-01-14 16:48:16 +00:00
2001-09-10 22:15:05 +00:00
/* define if you have vsnprintf with C99 semantics */
#undef HAVE_C99_VSNPRINTF