Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / packages / vms / config-vms.h
blobe19a0b4d3d3b6ce088b72fa5a6d9a0e479bb5730
1 /* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */
2 /* MSK, 03/09/04, Seems to work for all platforms I've built on so far. */
3 /* Added HAVE_SYS_IOCTL_H and IOCTL_3_ARGS defines */
4 /* MSK, 06/04/04, Added HAVE_INET_NTOP */
5 /* TES, 10/06/04, Added MAX_INITIAL_POST_SIZE, HAVE_BASENAME */
6 /* MSK, 02/02/05, Changed HAVE_TERMIOS_H to an undef since the change in */
7 /* getpass.c no longer undef'd it during compile. */
8 /* MSK, 02/08/05, turned two config-vms files into one by using USE_SSLEAY */
9 /* MPZ, 12/28/05, changed HAVE_STRTOK_R define to use CRTL_VER */
10 /* MSK, 01/27/07, needed to add HAVE_STRUCT_TIMEVAL define */
12 /* Define cpu-machine-OS */
13 #ifdef __ALPHA
14 #define OS "ALPHA-HP-VMS"
15 #else
16 #ifdef __VAX
17 #define OS "VAX-HP-VMS"
18 #else
19 #define OS "IA64-HP-VMS"
20 #endif
21 #endif
23 /* Define if you have the ANSI C header files. */
24 #define STDC_HEADERS 1
26 /* Define if you can safely include both <sys/time.h> and <time.h>. */
27 #define TIME_WITH_SYS_TIME 1
29 /* Type to use in place of socklen_t when system does not provide it. */
30 #define socklen_t size_t
32 /* The number of bytes in a long double. */
33 #define SIZEOF_LONG_DOUBLE 8
35 /* The number of bytes in a long long. */
36 #define SIZEOF_LONG_LONG 8
38 /* Define if you have the geteuid function. */
39 #define HAVE_GETEUID 1
41 /* Define if you have the basename function. */
42 #define HAVE_BASENAME 1
44 /* Define if you have the gethostbyaddr function. */
45 #define HAVE_GETHOSTBYADDR 1
47 /* Define if you have the gethostname function. */
48 #define HAVE_GETHOSTNAME 1
50 /* Define if you have the getpwuid function. */
51 #define HAVE_GETPWUID 1
53 /* Define if you have the getservbyname function. */
54 #define HAVE_GETSERVBYNAME 1
56 /* Define if you have the gettimeofday function. */
57 #define HAVE_GETTIMEOFDAY 1
59 /* Define if you have the inet_addr function. */
60 #define HAVE_INET_ADDR 1
62 /* Define if you have the inet_ntoa function. */
63 #define HAVE_INET_NTOA 1
65 /* Define if you have the perror function. */
66 #define HAVE_PERROR 1
68 /* Define if you have the select function. */
69 #define HAVE_SELECT 1
71 /* Define if you have the setvbuf function. */
72 #define HAVE_SETVBUF 1
74 /* Define if you have the sigaction function. */
75 #define HAVE_SIGACTION 1
77 /* Define if you have the signal function. */
78 #define HAVE_SIGNAL 1
80 /* Define if you have the socket function. */
81 #define HAVE_SOCKET 1
83 /* Define if you have the strcasecmp function. */
84 #define HAVE_STRCASECMP 1
86 /* Define if you have the strcmpi function. */
87 #define HAVE_STRCMPI 1
89 /* Define if you have the strdup function. */
90 #define HAVE_STRDUP 1
92 /* Define if you have the strftime function. */
93 #define HAVE_STRFTIME 1
95 /* Define if you have the stricmp function. */
96 #define HAVE_STRICMP 1
98 /* Define if you have the strstr function. */
99 #define HAVE_STRSTR 1
101 /* Define if you have the ftruncate function. */
102 #define HAVE_FTRUNCATE 1
104 /* Define if you have the uname function. */
105 #define HAVE_UNAME 1
107 /* Define if you have the <err.h> header file. */
108 #define HAVE_ERR_H 1
110 /* Define if you have the <fcntl.h> header file. */
111 #define HAVE_FCNTL_H 1
113 /* Define if you have the <getopt.h> header file. */
114 #define HAVE_GETOPT_H 1
116 /* Define if you have the <malloc.h> header file. */
117 #define HAVE_MALLOC_H 1
119 /* Define if you need the malloc.h header header file even with stdlib.h */
120 /* #define NEED_MALLOC_H 1 */
122 /* Define if you have the <net/if.h> header file. */
123 #define HAVE_NET_IF_H 1
125 /* Define if you have the <netdb.h> header file. */
126 #define HAVE_NETDB_H 1
128 /* Define if you have the <netinet/if_ether.h> header file. */
129 #define HAVE_NETINET_IF_ETHER_H 1
131 /* Define if you have the <netinet/in.h> header file. */
132 #define HAVE_NETINET_IN_H 1
134 /* OpenSSL section starts here */
136 /* Define if you have a working OpenSSL installation */
137 #ifdef USE_SSLEAY
139 /* if OpenSSL is in use */
140 #define USE_OPENSSL 1
142 /* Define if you have the crypto library (-lcrypto). */
143 #define HAVE_LIBCRYPTO 1
145 /* Define if you have the ssl library (-lssl). */
146 #define HAVE_LIBSSL 1
148 /* Define if you have the <openssl/crypto.h> header file. */
149 #define HAVE_OPENSSL_CRYPTO_H 1
151 /* Define if you have the <openssl/err.h> header file. */
152 #define HAVE_OPENSSL_ERR_H 1
154 /* Define if you have the <openssl/pem.h> header file. */
155 #define HAVE_OPENSSL_PEM_H 1
157 /* Define if you have the <openssl/rsa.h> header file. */
158 #define HAVE_OPENSSL_RSA_H 1
160 /* Define if you have the <openssl/ssl.h> header file. */
161 #define HAVE_OPENSSL_SSL_H 1
163 /* Define if you have the <openssl/x509.h> header file. */
164 #define HAVE_OPENSSL_X509_H 1
167 * This needs to be defined for OpenSSL 0.9.7 and other versions that have the
168 * ENGINE stuff supported. If an include of "openssl/engine.h" fails, then
169 * undefine the define below.
171 #define HAVE_OPENSSL_ENGINE_H 1
173 #endif /* USE_SSLEAY */
174 /* OpenSSL section ends here */
176 /* Define if you have the <pwd.h> header file. */
177 #define HAVE_PWD_H 1
179 /* Define if you have the <sgtty.h> header file. */
180 #define HAVE_SGTTY_H 1
182 /* Define if you have the <stdlib.h> header file. */
183 #define HAVE_STDLIB_H 1
185 /* Define if you have the <sys/socket.h> header file. */
186 #define HAVE_SYS_SOCKET_H 1
188 /* Define if you have the <sys/stat.h> header file. */
189 #define HAVE_SYS_STAT_H 1
191 /* Define if you have the <sys/time.h> header file. */
192 #define HAVE_SYS_TIME_H 1
194 /* Define if you have the <sys/types.h> header file. */
195 #define HAVE_SYS_TYPES_H 1
197 /* Define if you have the <termios.h> header file. */
198 #undef HAVE_TERMIOS_H
200 /* Define if you have the <time.h> header file. */
201 #define HAVE_TIME_H 1
203 /* Define if you have the <unistd.h> header file. */
204 #define HAVE_UNISTD_H 1
206 /* Define if you have the resolv library (-lresolv). */
207 #define HAVE_LIBRESOLV 1
209 /* Define if you have the socket library (-lsocket). */
210 #define HAVE_LIBSOCKET 1
212 /* Define if getaddrinfo exists and works */
213 #define HAVE_GETADDRINFO 1
215 /* Define if you have the <timeval.h> header file. */
216 #define HAVE_TIMEVAL_H 1
218 /* Define if you have the timeval struct. */
219 #define HAVE_STRUCT_TIMEVAL 1
221 /* Name of this package! */
222 #define PACKAGE "not-used"
224 /* Version number of this archive. */
225 #define VERSION "not-used"
227 /* Define if you have the getpass function. */
228 #undef HAVE_GETPASS
230 /* Define if you have the <inttypes.h> header file. */
231 #undef HAVE_INTTYPES_H
233 /* Define if you have the <strings.h> header file. */
234 #define HAVE_STRINGS_H 1
236 /* Define if you have the <string.h> header file. */
237 #define HAVE_STRING_H 1
239 /* Define if you have the `strtok_r' function. */
240 /* Condition lifted from <string.h> */
241 #if __CRTL_VER >= 70301000
242 #define HAVE_STRTOK_R 1
243 #endif
245 /* Define if you have the `strtoll' function. */
246 #define HAVE_STRTOLL 1
248 /* Define if you have the <memory.h> header file. */
249 #define HAVE_MEMORY_H 1
251 #define HAVE_FIONBIO 1
253 /* Define if you have the `sigsetjmp' function. */
254 #define HAVE_SIGSETJMP 1
256 /* Define to 1 if you have the <setjmp.h> header file. */
257 #define HAVE_SETJMP_H 1
259 /* Define to 1 if you have the <limits.h> header file. */
260 #define HAVE_LIMITS_H 1
262 /* Define to 1 if you have the <sys/ioctl.h> header file. */
263 #define HAVE_SYS_IOCTL_H 1
265 /* IOCTL_3_ARGS defined to match the ioctl function in stropts.h */
266 #define IOCTL_3_ARGS 1
268 /* Somewhere around 7.12.0 HAVE_INET_NTOP was introduced. */
269 #define HAVE_INET_NTOP 1
271 /* to disable LDAP */
272 #define CURL_DISABLE_LDAP 1
274 /* Define if you have the getnameinfo function. */
275 #define HAVE_GETNAMEINFO 1
277 /* Define to the type qualifier of arg 1 for getnameinfo. */
278 #define GETNAMEINFO_QUAL_ARG1 const
280 /* Define to the type of arg 1 for getnameinfo. */
281 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
283 /* Define to the type of arg 2 for getnameinfo. */
284 #define GETNAMEINFO_TYPE_ARG2 socklen_t
286 /* Define to the type of args 4 and 6 for getnameinfo. */
287 #define GETNAMEINFO_TYPE_ARG46 size_t
289 /* Define to the type of arg 7 for getnameinfo. */
290 #define GETNAMEINFO_TYPE_ARG7 int
292 /* Define if you have the recv function. */
293 #define HAVE_RECV 1
295 /* Define to the type of arg 1 for recv. */
296 #define RECV_TYPE_ARG1 int
298 /* Define to the type of arg 2 for recv. */
299 #define RECV_TYPE_ARG2 void *
301 /* Define to the type of arg 3 for recv. */
302 #define RECV_TYPE_ARG3 int
304 /* Define to the type of arg 4 for recv. */
305 #define RECV_TYPE_ARG4 int
307 /* Define to the function return type for recv. */
308 #define RECV_TYPE_RETV int
310 /* Define if you have the recvfrom function. */
311 #define HAVE_RECVFROM 1
313 /* Define to the type of arg 1 for recvfrom. */
314 #define RECVFROM_TYPE_ARG1 int
316 /* Define to the type pointed by arg 2 for recvfrom. */
317 #define RECVFROM_TYPE_ARG2 void
319 /* Define if the type pointed by arg 2 for recvfrom is void. */
320 #define RECVFROM_TYPE_ARG2_IS_VOID 1
322 /* Define to the type of arg 3 for recvfrom. */
323 #define RECVFROM_TYPE_ARG3 int
325 /* Define to the type of arg 4 for recvfrom. */
326 #define RECVFROM_TYPE_ARG4 int
328 /* Define to the type pointed by arg 5 for recvfrom. */
329 #define RECVFROM_TYPE_ARG5 struct sockaddr
331 /* Define to the type pointed by arg 6 for recvfrom. */
332 #define RECVFROM_TYPE_ARG6 int
334 /* Define to the function return type for recvfrom. */
335 #define RECVFROM_TYPE_RETV int
337 /* Define if you have the send function. */
338 #define HAVE_SEND 1
340 /* Define to the type of arg 1 for send. */
341 #define SEND_TYPE_ARG1 int
343 /* Define to the type qualifier of arg 2 for send. */
344 #define SEND_QUAL_ARG2 const
346 /* Define to the type of arg 2 for send. */
347 #define SEND_TYPE_ARG2 void *
349 /* Define to the type of arg 3 for send. */
350 #define SEND_TYPE_ARG3 int
352 /* Define to the type of arg 4 for send. */
353 #define SEND_TYPE_ARG4 int
355 /* Define to the function return type for send. */
356 #define SEND_TYPE_RETV int