Update for 0.51.2-pre2
[wmaker-crm.git] / src / config.h
blob6dfca6a7a5e9354e9c9ee70905f3c2b155aff9f1
1 /* src/config.h. Generated automatically by configure. */
2 /* src/config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define if using alloca.c. */
5 /* #undef C_ALLOCA */
7 /* Define to empty if the keyword does not work. */
8 /* #undef const */
10 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
11 This function is required for alloca.c support on those systems. */
12 /* #undef CRAY_STACKSEG_END */
14 /* Define if you have alloca, as a function or macro. */
15 #define HAVE_ALLOCA 1
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
18 #define HAVE_ALLOCA_H 1
20 /* Define if you don't have vprintf but do have _doprnt. */
21 /* #undef HAVE_DOPRNT */
23 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
24 #define HAVE_SYS_WAIT_H 1
26 /* Define if you have the vprintf function. */
27 #define HAVE_VPRINTF 1
29 /* Define if you need to in order for stat and other things to work. */
30 /* #undef _POSIX_SOURCE */
32 /* Define as the return type of signal handlers (int or void). */
33 #define RETSIGTYPE void
35 /* If using the C implementation of alloca, define if you know the
36 direction of stack growth for your system; otherwise it will be
37 automatically deduced at run-time.
38 STACK_DIRECTION > 0 => grows toward higher addresses
39 STACK_DIRECTION < 0 => grows toward lower addresses
40 STACK_DIRECTION = 0 => direction of growth unknown
42 /* #undef STACK_DIRECTION */
44 /* Define if `sys_siglist' is declared by <signal.h>. */
45 #define SYS_SIGLIST_DECLARED 1
47 /* Define if you can safely include both <sys/time.h> and <time.h>. */
48 #define TIME_WITH_SYS_TIME 1
50 /* Define if the X Window System is missing or not being used. */
51 /* #undef X_DISPLAY_MISSING */
53 /* define to the path to cpp */
54 #define CPP_PATH "/usr/bin/cpp"
56 /* define if you want GNOME stuff support */
57 /* #undef GNOME_STUFF */
59 /* define if you want KDE hint support */
60 /* #undef KWM_HINTS */
62 /* define if you want OPEN LOOK(tm) hint support */
63 /* #undef OLWM_HINTS */
65 /* define if XPM libraries are available
66 * set by configure */
67 #define USE_XPM 1
69 /* define if PNG libraries are available
70 * set by configure */
71 #define USE_PNG 1
73 /* define if JPEG libraries are available
74 * set by configure */
75 #define USE_JPEG 1
77 /* define if GIF libraries are available
78 * set by configure */
79 #define USE_GIF 1
81 /* define if TIFF libraries are available
82 * set by configure */
83 #define USE_TIFF 1
85 /* define if X's shared memory extension is available
86 * set by configure */
87 #define XSHM 1
89 /* define an extra path for pixmaps
90 * set by configure */
91 #define PIXMAPDIR "/usr/local/share/pixmaps"
94 * define REDUCE_APPICONS if you want apps with the same WM_INSTANCE &&
95 * WM_CLASS to share an appicon
97 /* #undef REDUCE_APPICONS */
99 /* Internationalization (I18N) support
100 * set by configure */
101 /* #undef I18N */
103 /* Multi-byte (japanese, korean, chinese etc.) character support */
104 /* #undef I18N_MB */
106 /* define if you want sound support */
107 #define WMSOUND 1
109 /* define if you want the 'lite' version */
110 /* #undef LITE */
112 /* define if you want support for shaped windows
113 * set by configure */
114 #define SHAPE 1
116 /* define if you want support for X window's X_LOCALE
117 * set by configure */
118 #define X_LOCALE 1
120 /* the place where shared data is stored
121 * defined by configure */
122 #define PKGDATADIR "/usr/local/share/WindowMaker"
124 /* the place where the configuration is stored
125 * defined by configure */
126 #define SYSCONFDIR "/usr/local/etc/WindowMaker"
128 /* Define if you have the atexit function. */
129 #define HAVE_ATEXIT 1
131 /* Define if you have the gethostname function. */
132 #define HAVE_GETHOSTNAME 1
134 /* Define if you have the poll function. */
135 #define HAVE_POLL 1
137 /* Define if you have the select function. */
138 #define HAVE_SELECT 1
140 /* Define if you have the setpgid function. */
141 #define HAVE_SETPGID 1
143 /* Define if you have the strerror function. */
144 #define HAVE_STRERROR 1
146 /* Define if you have the strncasecmp function. */
147 #define HAVE_STRNCASECMP 1
149 /* Define if you have the <fcntl.h> header file. */
150 #define HAVE_FCNTL_H 1
152 /* Define if you have the <libintl.h> header file. */
153 #define HAVE_LIBINTL_H 1
155 /* Define if you have the <limits.h> header file. */
156 #define HAVE_LIMITS_H 1
158 /* Define if you have the <poll.h> header file. */
159 /* #undef HAVE_POLL_H */
161 /* Define if you have the <sys/ioctl.h> header file. */
162 #define HAVE_SYS_IOCTL_H 1
164 /* Define if you have the <sys/select.h> header file. */
165 /* #undef HAVE_SYS_SELECT_H */
167 /* Define if you have the <sys/time.h> header file. */
168 #define HAVE_SYS_TIME_H 1
170 /* Define if you have the <sys/types.h> header file. */
171 #define HAVE_SYS_TYPES_H 1
173 /* Name of package */
174 #define PACKAGE "WindowMaker"
176 /* Version number of package */
177 #define VERSION "0.51.2"