1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 09:52:29 +01:00
Files
wmaker/src/config.h.in
kojima 3d5f435be7 fixed cosmetic bug in geom. dpy window for 8bpp
removed --enable-kanji and added MultiByteText option
rewrote font code to use WINGs
made autoraise only work for the active window
fixed compilation problem with OpenWindows and other non-X11R6 systems..
1999-05-30 05:02:55 +00:00

184 lines
4.4 KiB
C

/* src/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef const
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
#undef CRAY_STACKSEG_END
/* Define if you have alloca, as a function or macro. */
#undef HAVE_ALLOCA
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
#undef STACK_DIRECTION
/* Define if `sys_siglist' is declared by <signal.h>. */
#undef SYS_SIGLIST_DECLARED
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* define to the path to cpp */
#undef CPP_PATH
/* 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
/* 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
/* 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 poll function. */
#undef HAVE_POLL
/* Define if you have the select function. */
#undef HAVE_SELECT
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the strncasecmp function. */
#undef HAVE_STRNCASECMP
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION