doom3-gpl
Doom 3 GPL source release
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
neo
curl
lib
config-vms.h
Go to the documentation of this file.
1
/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3
/* Define if on AIX 3.
4
System headers sometimes define this.
5
We just want to avoid a redefinition error message. */
6
#ifndef _ALL_SOURCE
7
#undef _ALL_SOURCE
8
#endif
9
10
/* Define to empty if the keyword does not work. */
11
#undef const
12
13
/* Define as the return type of signal handlers (int or void). */
14
#undef RETSIGTYPE
15
16
/* Define to `unsigned' if <sys/types.h> doesn't define. */
17
#undef size_t
18
19
/* Define if you have the ANSI C header files. */
20
#define STDC_HEADERS 1
21
22
/* Define if you can safely include both <sys/time.h> and <time.h>. */
23
#define TIME_WITH_SYS_TIME 1
24
25
/* Define cpu-machine-OS */
26
#define OS "ALPHA-COMPAQ-VMS"
27
28
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
29
#undef HAVE_GETHOSTBYADDR_R_5
30
31
/* Define if you have the gethostbyaddr_r() function with 7 arguments */
32
#undef HAVE_GETHOSTBYADDR_R_7
33
34
/* Define if you have the gethostbyaddr_r() function with 8 arguments */
35
#undef HAVE_GETHOSTBYADDR_R_8
36
37
/* Define if you have the gethostbyname_r() function with 3 arguments */
38
#undef HAVE_GETHOSTBYNAME_R_3
39
40
/* Define if you have the gethostbyname_r() function with 5 arguments */
41
#undef HAVE_GETHOSTBYNAME_R_5
42
43
/* Define if you have the gethostbyname_r() function with 6 arguments */
44
#undef HAVE_GETHOSTBYNAME_R_6
45
46
/* Define if you have the inet_ntoa_r function declared. */
47
#undef HAVE_INET_NTOA_R_DECL
48
49
/* Define if you need the _REENTRANT define for some functions */
50
#undef NEED_REENTRANT
51
52
/* Define if you have the Kerberos4 libraries (including -ldes) */
53
#undef HAVE_KRB4
54
55
/* Define this to 'int' if ssize_t is not an available typedefed type */
56
#undef ssize_t
57
58
/* Define this to 'int' if socklen_t is not an available typedefed type */
59
#define socklen_t size_t
60
61
/* Define this as a suitable file to read random data from */
62
#undef RANDOM_FILE
63
64
/* Define this to your Entropy Gathering Daemon socket pathname */
65
#undef EGD_SOCKET
66
67
/* The number of bytes in a long double. */
68
#define SIZEOF_LONG_DOUBLE 8
69
70
/* The number of bytes in a long long. */
71
#define SIZEOF_LONG_LONG 8
72
73
/* Define if you have the RAND_egd function. */
74
#undef HAVE_RAND_EGD
75
76
/* Define if you have the RAND_screen function. */
77
#undef HAVE_RAND_SCREEN
78
79
/* Define if you have the RAND_status function. */
80
#undef HAVE_RAND_STATUS
81
82
/* Define if you have the closesocket function. */
83
#undef HAVE_CLOSESOCKET
84
85
/* Define if you have the geteuid function. */
86
#define HAVE_GETEUID 1
87
88
/* Define if you have the gethostbyaddr function. */
89
#define HAVE_GETHOSTBYADDR 1
90
91
/* Define if you have the gethostbyaddr_r function. */
92
#undef HAVE_GETHOSTBYADDR_R
93
94
/* Define if you have the gethostbyname_r function. */
95
#undef HAVE_GETHOSTBYNAME_R
96
97
/* Define if you have the gethostname function. */
98
#define HAVE_GETHOSTNAME 1
99
100
/* Define if you have the getpass_r function. */
101
#undef HAVE_GETPASS_R
102
103
/* Define if you have the getpwuid function. */
104
#define HAVE_GETPWUID 1
105
106
/* Define if you have the getservbyname function. */
107
#define HAVE_GETSERVBYNAME 1
108
109
/* Define if you have the gettimeofday function. */
110
#define HAVE_GETTIMEOFDAY 1
111
112
/* Define if you have the inet_addr function. */
113
#define HAVE_INET_ADDR 1
114
115
/* Define if you have the inet_ntoa function. */
116
#define HAVE_INET_NTOA 1
117
118
/* Define if you have the inet_ntoa_r function. */
119
#undef HAVE_INET_NTOA_R
120
121
/* Define if you have the krb_get_our_ip_for_realm function. */
122
#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
123
124
/* Define if you have the localtime_r function. */
125
#undef HAVE_LOCALTIME_R
126
127
/* Define if you have the perror function. */
128
#define HAVE_PERROR 1
129
130
/* Define if you have the select function. */
131
#define HAVE_SELECT 1
132
133
/* Define if you have the setvbuf function. */
134
#undef HAVE_SETVBUF
135
136
/* Define if you have the sigaction function. */
137
#define HAVE_SIGACTION 1
138
139
/* Define if you have the signal function. */
140
#define HAVE_SIGNAL 1
141
142
/* Define if you have the socket function. */
143
#define HAVE_SOCKET 1
144
145
/* Define if you have the strcasecmp function. */
146
#define HAVE_STRCASECMP 1
147
148
/* Define if you have the strcmpi function. */
149
#define HAVE_STRCMPI 1
150
151
/* Define if you have the strdup function. */
152
#define HAVE_STRDUP 1
153
154
/* Define if you have the strftime function. */
155
#define HAVE_STRFTIME 1
156
157
/* Define if you have the stricmp function. */
158
#define HAVE_STRICMP 1
159
160
/* Define if you have the strlcat function. */
161
#undef HAVE_STRLCAT
162
163
/* Define if you have the strlcpy function. */
164
#undef HAVE_STRLCPY
165
166
/* Define if you have the strstr function. */
167
#define HAVE_STRSTR 1
168
169
/* Define if you have the tcgetattr function. */
170
#undef HAVE_TCGETATTR
171
172
/* Define if you have the tcsetattr function. */
173
#undef HAVE_TCSETATTR
174
175
/* Define if you have the uname function. */
176
#define HAVE_UNAME 1
177
178
/* Define if you have the <alloca.h> header file. */
179
#undef HAVE_ALLOCA_H
180
181
/* Define if you have the <arpa/inet.h> header file. */
182
#undef HAVE_ARPA_INET_H
183
184
/* Define if you have the <crypto.h> header file. */
185
#undef HAVE_CRYPTO_H
186
187
/* Define if you have the <des.h> header file. */
188
#undef HAVE_DES_H
189
190
/* Define if you have the <dlfcn.h> header file. */
191
#undef HAVE_DLFCN_H
192
193
/* Define if you have the <err.h> header file. */
194
#define HAVE_ERR_H 1
195
196
/* Define if you have the <fcntl.h> header file. */
197
#define HAVE_FCNTL_H 1
198
199
/* Define if you have the <getopt.h> header file. */
200
#define HAVE_GETOPT_H 1
201
202
/* Define if you have the <io.h> header file. */
203
#undef HAVE_IO_H
204
205
/* Define if you have the <krb.h> header file. */
206
#undef HAVE_KRB_H
207
208
/* Define if you have the <malloc.h> header file. */
209
#define HAVE_MALLOC_H 1
210
211
/* Define if you have the <net/if.h> header file. */
212
#define HAVE_NET_IF_H 1
213
214
/* Define if you have the <netdb.h> header file. */
215
#define HAVE_NETDB_H 1
216
217
/* Define if you have the <netinet/if_ether.h> header file. */
218
#define HAVE_NETINET_IF_ETHER_H 1
219
220
/* Define if you have the <netinet/in.h> header file. */
221
#define HAVE_NETINET_IN_H 1
222
223
/* Define if you have the <openssl/crypto.h> header file. */
224
#define HAVE_OPENSSL_CRYPTO_H 1
225
226
/* Define if you have the <openssl/err.h> header file. */
227
#define HAVE_OPENSSL_ERR_H 1
228
229
/* Define if you have the <openssl/pem.h> header file. */
230
#define HAVE_OPENSSL_PEM_H 1
231
232
/* Define if you have the <openssl/rsa.h> header file. */
233
#define HAVE_OPENSSL_RSA_H 1
234
235
/* Define if you have the <openssl/ssl.h> header file. */
236
#define HAVE_OPENSSL_SSL_H 1
237
238
/* Define if you have the <openssl/x509.h> header file. */
239
#define HAVE_OPENSSL_X509_H 1
240
241
/* Define if you have the <pem.h> header file. */
242
#undef HAVE_PEM_H
243
244
/* Define if you have the <pwd.h> header file. */
245
#define HAVE_PWD_H 1
246
247
/* Define if you have the <rsa.h> header file. */
248
#undef HAVE_RSA_H
249
250
/* Define if you have the <sgtty.h> header file. */
251
#define HAVE_SGTTY_H 1
252
253
/* Define if you have the <ssl.h> header file. */
254
#undef HAVE_SSL_H
255
256
/* Define if you have the <stdlib.h> header file. */
257
#define HAVE_STDLIB_H 1
258
259
/* Define if you have the <sys/param.h> header file. */
260
#undef HAVE_SYS_PARAM_H
261
262
/* Define if you have the <sys/select.h> header file. */
263
#undef HAVE_SYS_SELECT_H
264
265
/* Define if you have the <sys/socket.h> header file. */
266
#define HAVE_SYS_SOCKET_H 1
267
268
/* Define if you have the <sys/sockio.h> header file. */
269
#undef HAVE_SYS_SOCKIO_H
270
271
/* Define if you have the <sys/stat.h> header file. */
272
#define HAVE_SYS_STAT_H 1
273
274
/* Define if you have the <sys/time.h> header file. */
275
#define HAVE_SYS_TIME_H 1
276
277
/* Define if you have the <sys/types.h> header file. */
278
#define HAVE_SYS_TYPES_H 1
279
280
/* Define if you have the <termio.h> header file. */
281
#undef HAVE_TERMIO_H
282
283
/* Define if you have the <termios.h> header file. */
284
#define HAVE_TERMIOS_H 1
285
286
/* Define if you have the <time.h> header file. */
287
#define HAVE_TIME_H 1
288
289
/* Define if you have the <unistd.h> header file. */
290
#define HAVE_UNISTD_H 1
291
292
/* Define if you have the <winsock.h> header file. */
293
#undef HAVE_WINSOCK_H
294
295
/* Define if you have the <x509.h> header file. */
296
#undef HAVE_X509_H
297
298
/* Define if you have the crypto library (-lcrypto). */
299
#define HAVE_LIBCRYPTO 1
300
301
/* Define if you have the dl library (-ldl). */
302
#undef HAVE_LIBDL
303
304
/* Define if you have the nsl library (-lnsl). */
305
#undef HAVE_LIBNSL
306
307
/* Define if you have the resolv library (-lresolv). */
308
#define HAVE_LIBRESOLV 1
309
310
/* Define if you have the resolve library (-lresolve). */
311
#undef HAVE_LIBRESOLVE
312
313
/* Define if you have the socket library (-lsocket). */
314
#define HAVE_LIBSOCKET 1
315
316
/* Define if you have the ssl library (-lssl). */
317
#define HAVE_LIBSSL 1
318
319
/* Define if you have the ucb library (-lucb). */
320
#undef HAVE_LIBUCB
321
322
/* Number of bits in a file offset, on hosts where this is settable. */
323
#undef _FILE_OFFSET_BITS
324
325
/* Define for large files, on AIX-style hosts. */
326
#undef _LARGE_FILES
327
328
/* Define if getaddrinfo exists and works */
329
#define HAVE_GETADDRINFO 1
330
331
/* Define if you want to enable IPv6 support */
332
#undef ENABLE_IPV6
333
334
/* Set to explicitly specify we don't want to use thread-safe functions */
335
#undef DISABLED_THREADSAFE
336
337
#define HAVE_TIMEVAL_H 1
338
339
/* Name of this package! */
340
#define PACKAGE "not-used"
341
342
/* Version number of this archive. */
343
#define VERSION "not-used"
344
345
/* Define if you have the getpass function. */
346
#undef HAVE_GETPASS
347
348
/* Define if you have a working OpenSSL installation */
349
#define OPENSSL_ENABLED 1
350
351
/* Define if you have the `dlopen' function. */
352
#undef HAVE_DLOPEN
353
354
/* Define if you have the <inttypes.h> header file. */
355
#undef HAVE_INTTYPES_H
356
357
/* Define if you have the <strings.h> header file. */
358
#define HAVE_STRINGS_H 1
359
360
/* Define if you have the <string.h> header file. */
361
#define HAVE_STRING_H 1
362
363
/* Define if you have the `strtok_r' function. */
364
#undef HAVE_STRTOK_R
365
366
/* Define if you have the `strtoll' function. */
367
#undef HAVE_STRTOLL
368
369
#define HAVE_MEMORY_H 1
370
371
#define HAVE_FIONBIO 1
372
373
/* Define if you have the `sigsetjmp' function. */
374
#define HAVE_SIGSETJMP 1
375
376
/* Define to 1 if you have the <setjmp.h> header file. */
377
#define HAVE_SETJMP_H 1
378
379
/*
380
* This needs to be defined for OpenSSL 0.9.7 and other versions that have the
381
* ENGINE stuff supported. If an include of "openssl/engine.h" fails, then
382
* undefine the define below.
383
*/
384
#define HAVE_OPENSSL_ENGINE_H 1
This page is maintained by
Wladimir van der Laan
. Generated on Mon Nov 17 2014 12:23:15 for doom3-gpl by
1.8.6
.