Subversion Repositories public

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
88 andreas 1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
 
216 andreas 3
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
88 andreas 6
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
7
#undef HAVE_CARBON_CARBON_H
8
 
9
/* Define if you have the CoreAudio API */
10
#undef HAVE_COREAUDIO
11
 
12
/* Define to 1 if you have the <crt_externs.h> header file. */
13
#undef HAVE_CRT_EXTERNS_H
14
 
15
/* Defines if your system has the crypt function */
16
#undef HAVE_CRYPT
17
 
18
/* Define to 1 if you have the <dlfcn.h> header file. */
19
#undef HAVE_DLFCN_H
20
 
155 andreas 21
/* Define if you have the GDAL API */
22
#undef HAVE_GDAL
23
 
88 andreas 24
/* Define to 1 if you have the <inttypes.h> header file. */
25
#undef HAVE_INTTYPES_H
26
 
155 andreas 27
/* Define to 1 if you have the `gdal1.5.0' library (-lgdal1.5.0). */
28
#undef HAVE_LIBGDAL1_5_0
29
 
88 andreas 30
/* Define if you have libjpeg */
31
#undef HAVE_LIBJPEG
32
 
33
/* Define if you have libpng */
34
#undef HAVE_LIBPNG
35
 
36
/* Define if you have a working libpthread (will enable threaded code) */
37
#undef HAVE_LIBPTHREAD
38
 
39
/* Define if you have libz */
40
#undef HAVE_LIBZ
41
 
42
/* Define to 1 if you have the <memory.h> header file. */
43
#undef HAVE_MEMORY_H
44
 
45
/* Define if your system needs _NSGetEnviron to set up the environment */
46
#undef HAVE_NSGETENVIRON
47
 
48
/* Define if you have res_init */
49
#undef HAVE_RES_INIT
50
 
51
/* Define if you have the res_init prototype */
52
#undef HAVE_RES_INIT_PROTO
53
 
54
/* Define if you have a STL implementation by SGI */
55
#undef HAVE_SGI_STL
56
 
57
/* Define to 1 if you have the `snprintf' function. */
58
#undef HAVE_SNPRINTF
59
 
60
/* Define to 1 if you have the <stdint.h> header file. */
61
#undef HAVE_STDINT_H
62
 
63
/* Define to 1 if you have the <stdlib.h> header file. */
64
#undef HAVE_STDLIB_H
65
 
66
/* Define to 1 if you have the <strings.h> header file. */
67
#undef HAVE_STRINGS_H
68
 
69
/* Define to 1 if you have the <string.h> header file. */
70
#undef HAVE_STRING_H
71
 
72
/* Define if you have strlcat */
73
#undef HAVE_STRLCAT
74
 
75
/* Define if you have the strlcat prototype */
76
#undef HAVE_STRLCAT_PROTO
77
 
78
/* Define if you have strlcpy */
79
#undef HAVE_STRLCPY
80
 
81
/* Define if you have the strlcpy prototype */
82
#undef HAVE_STRLCPY_PROTO
83
 
84
/* Define to 1 if you have the <sys/bitypes.h> header file. */
85
#undef HAVE_SYS_BITYPES_H
86
 
87
/* Define to 1 if you have the <sys/stat.h> header file. */
88
#undef HAVE_SYS_STAT_H
89
 
90
/* Define to 1 if you have the <sys/types.h> header file. */
91
#undef HAVE_SYS_TYPES_H
92
 
93
/* Define to 1 if you have the <unistd.h> header file. */
94
#undef HAVE_UNISTD_H
95
 
96
/* Define to 1 if you have the `vsnprintf' function. */
97
#undef HAVE_VSNPRINTF
98
 
99
/* Suffix for lib directories */
100
#undef KDELIBSUFF
101
 
102
/* Define a safe value for MAXPATHLEN */
103
#undef KDEMAXPATHLEN
104
 
105
/* Name of package */
106
#undef PACKAGE
107
 
108
/* Define to the address where bug reports for this package should be sent. */
109
#undef PACKAGE_BUGREPORT
110
 
111
/* Define to the full name of this package. */
112
#undef PACKAGE_NAME
113
 
114
/* Define to the full name and version of this package. */
115
#undef PACKAGE_STRING
116
 
117
/* Define to the one symbol short name of this package. */
118
#undef PACKAGE_TARNAME
119
 
120
/* Define to the version of this package. */
121
#undef PACKAGE_VERSION
122
 
123
/* The size of `char *', as computed by sizeof. */
124
#undef SIZEOF_CHAR_P
125
 
126
/* The size of `int', as computed by sizeof. */
127
#undef SIZEOF_INT
128
 
129
/* The size of `long', as computed by sizeof. */
130
#undef SIZEOF_LONG
131
 
132
/* The size of `short', as computed by sizeof. */
133
#undef SIZEOF_SHORT
134
 
135
/* The size of `size_t', as computed by sizeof. */
136
#undef SIZEOF_SIZE_T
137
 
138
/* The size of `unsigned long', as computed by sizeof. */
139
#undef SIZEOF_UNSIGNED_LONG
140
 
141
/* Define to 1 if you have the ANSI C header files. */
142
#undef STDC_HEADERS
143
 
144
/* Version number of package */
145
#undef VERSION
146
 
147
/* Defined if compiling without arts */
148
#undef WITHOUT_ARTS
149
 
216 andreas 150
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
151
   significant byte first (like Motorola and SPARC, unlike Intel). */
152
#if defined AC_APPLE_UNIVERSAL_BUILD
153
# if defined __BIG_ENDIAN__
154
#  define WORDS_BIGENDIAN 1
155
# endif
156
#else
157
# ifndef WORDS_BIGENDIAN
158
#  undef WORDS_BIGENDIAN
159
# endif
160
#endif
88 andreas 161
 
162
/*
163
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
164
 * headers and I'm too lazy to write a configure test as long as only
165
 * unixware is related
166
 */
167
#ifdef _UNIXWARE
168
#define HAVE_BOOLEAN
169
#endif
170
 
171
 
172
 
173
/*
174
 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
175
 * that defines bzero.
176
 */
177
 
178
#if defined(_AIX)
179
#include <strings.h>
180
#endif
181
 
182
 
183
 
184
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
185
# include <sys/time.h>
186
# include <crt_externs.h>
187
# define environ (*_NSGetEnviron())
188
#endif
189
 
190
 
191
 
192
#if !defined(HAVE_RES_INIT_PROTO)
193
#ifdef __cplusplus
194
extern "C" {
195
#endif
196
int res_init(void);
197
#ifdef __cplusplus
198
}
199
#endif
200
#endif
201
 
202
 
203
 
204
#if !defined(HAVE_STRLCAT_PROTO)
205
#ifdef __cplusplus
206
extern "C" {
207
#endif
208
unsigned long strlcat(char*, const char*, unsigned long);
209
#ifdef __cplusplus
210
}
211
#endif
212
#endif
213
 
214
 
215
 
216
#if !defined(HAVE_STRLCPY_PROTO)
217
#ifdef __cplusplus
218
extern "C" {
219
#endif
220
unsigned long strlcpy(char*, const char*, unsigned long);
221
#ifdef __cplusplus
222
}
223
#endif
224
#endif
225
 
226
 
227
 
228
/*
229
 * On HP-UX, the declaration of vsnprintf() is needed every time !
230
 */
231
 
232
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
233
#if __STDC__
234
#include <stdarg.h>
235
#include <stdlib.h>
236
#else
237
#include <varargs.h>
238
#endif
239
#ifdef __cplusplus
240
extern "C"
241
#endif
242
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
243
#ifdef __cplusplus
244
extern "C"
245
#endif
246
int snprintf(char *str, size_t n, char const *fmt, ...);
247
#endif
248
 
249
 
250
 
251
#if defined(__SVR4) && !defined(__svr4__)
252
#define __svr4__ 1
253
#endif
254
 
255
 
256
/* type to use in place of socklen_t if not defined */
257
#undef kde_socklen_t
258
 
259
/* type to use in place of socklen_t if not defined (deprecated, use
260
   kde_socklen_t) */
261
#undef ksize_t