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