My Project
 
Loading...
Searching...
No Matches
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if using 'alloca.c'. */
5/* #undef C_ALLOCA */
6
7/* Define to debug JWM */
8/* #undef DEBUG */
9
10/* Define to disable confirm dialogs */
11/* #undef DISABLE_CONFIRM */
12
13/* Define to 1 if translation of program messages to the user's native
14 language is requested. */
15#define ENABLE_NLS 1
16
17/* Define to 1 if you have 'alloca', as a function or macro. */
18#define HAVE_ALLOCA 1
19
20/* Define to 1 if <alloca.h> works. */
21#define HAVE_ALLOCA_H 1
22
23/* Define to 1 if you have the Mac OS X function
24 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
25/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
26
27/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28 the CoreFoundation framework. */
29/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
30
31/* Define to 1 if you have the <ctype.h> header file. */
32#define HAVE_CTYPE_H 1
33
34/* Define if the GNU dcgettext() function is already present or preinstalled.
35 */
36#define HAVE_DCGETTEXT 1
37
38/* Define if the GNU gettext() function is already present or preinstalled. */
39#define HAVE_GETTEXT 1
40
41/* Define if you have the iconv() function and it works. */
42#define HAVE_ICONV 1
43
44/* Define to 1 if you have the <iconv.h> header file. */
45#define HAVE_ICONV_H 1
46
47/* Define to 1 if you have the <inttypes.h> header file. */
48#define HAVE_INTTYPES_H 1
49
50/* Define to 1 if you have the <jpeglib.h> header file. */
51/* #undef HAVE_JPEGLIB_H */
52
53/* Define to 1 if you have the <langinfo.h> header file. */
54#define HAVE_LANGINFO_H 1
55
56/* Define to 1 if you have the <libintl.h> header file. */
57#define HAVE_LIBINTL_H 1
58
59/* Define to 1 if you have the <locale.h> header file. */
60#define HAVE_LOCALE_H 1
61
62/* Define to 1 if you have the 'putenv' function. */
63#define HAVE_PUTENV 1
64
65/* Define to 1 if you have the 'setlocale' function. */
66#define HAVE_SETLOCALE 1
67
68/* Define to 1 if you have the <signal.h> header file. */
69#define HAVE_SIGNAL_H 1
70
71/* Define to 1 if you have the <stdarg.h> header file. */
72#define HAVE_STDARG_H 1
73
74/* Define to 1 if you have the <stdint.h> header file. */
75#define HAVE_STDINT_H 1
76
77/* Define to 1 if you have the <stdio.h> header file. */
78#define HAVE_STDIO_H 1
79
80/* Define to 1 if you have the <stdlib.h> header file. */
81#define HAVE_STDLIB_H 1
82
83/* Define to 1 if you have the <strings.h> header file. */
84#define HAVE_STRINGS_H 1
85
86/* Define to 1 if you have the <string.h> header file. */
87#define HAVE_STRING_H 1
88
89/* Define to 1 if you have the <sys/select.h> header file. */
90#define HAVE_SYS_SELECT_H 1
91
92/* Define to 1 if you have the <sys/stat.h> header file. */
93#define HAVE_SYS_STAT_H 1
94
95/* Define to 1 if you have the <sys/time.h> header file. */
96#define HAVE_SYS_TIME_H 1
97
98/* Define to 1 if you have the <sys/types.h> header file. */
99#define HAVE_SYS_TYPES_H 1
100
101/* Define to 1 if you have the <sys/wait.h> header file. */
102#define HAVE_SYS_WAIT_H 1
103
104/* Define to 1 if you have the <time.h> header file. */
105#define HAVE_TIME_H 1
106
107/* Define to 1 if you have the <unistd.h> header file. */
108#define HAVE_UNISTD_H 1
109
110/* Define to 1 if you have the 'unsetenv' function. */
111#define HAVE_UNSETENV 1
112
113/* Define to 1 if you have the <X11/cursorfont.h> header file. */
114#define HAVE_X11_CURSORFONT_H 1
115
116/* Define to 1 if you have the <X11/extensions/Xrender.h> header file. */
117#define HAVE_X11_EXTENSIONS_XRENDER_H 1
118
119/* Define to 1 if you have the <X11/keysym.h> header file. */
120#define HAVE_X11_KEYSYM_H 1
121
122/* Define to 1 if you have the <X11/Xatom.h> header file. */
123#define HAVE_X11_XATOM_H 1
124
125/* Define to 1 if you have the <X11/Xlib.h> header file. */
126#define HAVE_X11_XLIB_H 1
127
128/* Define to 1 if you have the <X11/xpm.h> header file. */
129#define HAVE_X11_XPM_H 1
130
131/* Define to 1 if you have the <X11/Xproto.h> header file. */
132#define HAVE_X11_XPROTO_H 1
133
134/* Define to 1 if you have the <X11/Xresource.h> header file. */
135#define HAVE_X11_XRESOURCE_H 1
136
137/* Define to 1 if you have the <X11/Xutil.h> header file. */
138#define HAVE_X11_XUTIL_H 1
139
140/* Define as const if the declaration of iconv() needs const. */
141#define ICONV_CONST
142
143/* Name of package */
144#define PACKAGE "jwm"
145
146/* Define to the address where bug reports for this package should be sent. */
147#define PACKAGE_BUGREPORT "joewing@joewing.net"
148
149/* Define to the full name of this package. */
150#define PACKAGE_NAME "jwm"
151
152/* Define to the full name and version of this package. */
153#define PACKAGE_STRING "jwm 2.4.3"
154
155/* Define to the one symbol short name of this package. */
156#define PACKAGE_TARNAME "jwm"
157
158/* Define to the home page for this package. */
159#define PACKAGE_URL ""
160
161/* Define to the version of this package. */
162#define PACKAGE_VERSION "2.4.3"
163
164/* If using the C implementation of alloca, define if you know the
165 direction of stack growth for your system; otherwise it will be
166 automatically deduced at runtime.
167 STACK_DIRECTION > 0 => grows toward higher addresses
168 STACK_DIRECTION < 0 => grows toward lower addresses
169 STACK_DIRECTION = 0 => direction of growth unknown */
170/* #undef STACK_DIRECTION */
171
172/* Define to 1 if all of the C89 standard headers exist (not just the ones
173 required in a freestanding environment). This macro is provided for
174 backward compatibility; new code need not use it. */
175#define STDC_HEADERS 1
176
177/* default system configuration path */
178#define SYSTEM_CONFIG "/etc/system.jwmrc"
179
180/* Define to use Cairo */
181#define USE_CAIRO 1
182
183/* Define to enable icon support */
184#define USE_ICONS 1
185
186/* Define to use libjpeg */
187#define USE_JPEG 1
188
189/* Define to use Pango */
190#define USE_PANGO 1
191
192/* Define to use libpng */
193#define USE_PNG 1
194
195/* Define to use rsvg */
196#define USE_RSVG 1
197
198/* Define to enable the X shape extension */
199#define USE_SHAPE 1
200
201/* Define to enable XBM images */
202#define USE_XBM 1
203
204/* Define to enable Xft */
205#define USE_XFT 1
206
207/* Define to enable Xinerama */
208#define USE_XINERAMA 1
209
210/* Define to use Xmu */
211#define USE_XMU 1
212
213/* Define to enable XPM support */
214#define USE_XPM 1
215
216/* Define to enable the XRender extension */
217#define USE_XRENDER 1
218
219/* Define to use Xutf8TextPropertyToTextList */
220#define USE_XUTF8 1
221
222/* Version number of package */
223#define VERSION "2.4.3"
224
225/* Define for single UNIX conformance */
226#define _XOPEN_SOURCE 600L
227
228/* Define for timeval on IRIX 6.2 */
229#define _XOPEN_SOURCE_EXTENDED 1
230
231/* Define for timeval on Solaris 2.5.1 */
232#define __EXTENSIONS__ 1
233
234/* Define as 'unsigned int' if <stddef.h> doesn't define. */
235/* #undef size_t */