Lines Matching refs:write

112 $   write sys$output "NOTICE:  A LIBIDN port has been detected."
113 $ write sys$output " This port of curl for VMS has not been tested with it."
120 $ write sys$output " LIBIDN support is not enabled."
121 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
123 $ write sys$output " Untested LIBIDN support requested."
131 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
132 $ write sys$output " This port of curl for VMS has not been tested with it."
139 $ write sys$output " LIBSSH2 support is not enabled."
140 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
142 $ write sys$output " Untested LIBSSH2 support requested."
177 $! write sys$output " GNV$LIBZSHR support is enabled."
179 $! write sys$output " GNV$LIBZSHR support is disabled by nozlib."
195 $write cvh "#ifndef __CONFIG_VMS_H__"
196 $write cvh "#define __CONFIG_VMS_H__"
197 $write cvh ""
198 $write cvh "/* Define cpu-machine-OS */"
205 $write cvh "#if defined(__alpha)"
206 $write cvh "#define CURL_OS ""ALPHA-HP-VMS"""
207 $write cvh "#elif defined(__vax)"
208 $write cvh "#define CURL_OS ""VAX-HP-VMS"""
209 $write cvh "#elif defined(__ia64)"
210 $write cvh "#define CURL_OS ""IA64-HP-VMS""
211 $write cvh "#else"
212 $write cvh "#define CURL_OS ""UNKNOWN-HP-VMS""
213 $write cvh "#endif"
214 $write cvh ""
218 $write cvh "/* Location of default ca path */"
219 $write cvh "#define curl_ca_path ""gnv$curl_ca_path"""
226 $write cvh "#ifdef NTLM_WB_ENABLED"
227 $write cvh "#undef NTLM_WB_ENABLED"
228 $write cvh "#endif"
237 $write cvh "#ifdef CURL_DISABLE_COOKIES"
238 $write cvh "#undef CURL_DISABLE_COOKIES"
239 $write cvh "#endif"
240 $write cvh "#ifdef CURL_DISABLE_DICT"
241 $write cvh "#undef CURL_DISABLE_DICT"
242 $write cvh "#endif"
243 $write cvh "#ifdef CURL_DISABLE_FILE"
244 $write cvh "#undef CURL_DISABLE_FILE"
245 $write cvh "#endif"
246 $write cvh "#ifdef CURL_DISABLE_FTP"
247 $write cvh "#undef CURL_DISABLE_FTP"
248 $write cvh "#endif"
249 $write cvh "#ifdef CURL_DISABLE_GOPHER"
250 $write cvh "#undef CURL_DISABLE_GOPHER"
251 $write cvh "#endif"
252 $write cvh "#ifdef CURL_DISABLE_HTTP"
253 $write cvh "#undef CURL_DISABLE_HTTP"
254 $write cvh "#endif"
255 $write cvh "#ifdef CURL_DISABLE_IMAP"
256 $write cvh "#undef CURL_DISABLE_IMAP"
257 $write cvh "#endif"
260 $ write cvh "#ifdef CURL_DISABLE_LDAP"
261 $ write cvh "#undef CURL_DISABLE_LDAP"
262 $ write cvh "#endif"
265 $ write cvh "#ifdef CURL_DISABLE_LDAPS"
266 $ write cvh "#undef CURL_DISABLE_LDAPS"
267 $ write cvh "#endif"
270 $write cvh "#ifdef CURL_DISABLE_LIBCURL_OPTION"
271 $write cvh "#undef CURL_DISABLE_LIBCURL_OPTION"
272 $write cvh "#endif"
273 $write cvh "#ifndef __VAX"
274 $write cvh "#ifdef CURL_DISABLE_NTLM"
275 $write cvh "#undef CURL_DISABLE_NTLM"
276 $write cvh "#endif"
277 $write cvh "#else"
279 $write cvh "#ifdef __DECC
280 $write cvh "#ifndef CURL_DISABLE_NTLM"
281 $write cvh "#define CURL_DISABLE_NTLM 1"
282 $write cvh "#endif"
283 $write cvh "#endif"
284 $write cvh "#endif"
285 $write cvh "#ifdef CURL_DISABLE_POP3"
286 $write cvh "#undef CURL_DISABLE_POP3"
287 $write cvh "#endif"
288 $write cvh "#ifdef CURL_DISABLE_PROXY"
289 $write cvh "#undef CURL_DISABLE_PROXY"
290 $write cvh "#endif"
291 $write cvh "#ifdef CURL_DISABLE_RTSP"
292 $write cvh "#undef CURL_DISABLE_RTSP"
293 $write cvh "#endif"
294 $write cvh "#ifdef CURL_DISABLE_SMTP"
295 $write cvh "#undef CURL_DISABLE_SMTP"
296 $write cvh "#endif"
297 $write cvh "#ifdef CURL_DISABLE_TELNET"
298 $write cvh "#undef CURL_DISABLE_TELNET"
299 $write cvh "#endif"
300 $write cvh "#ifdef CURL_DISABLE_TFTP"
301 $write cvh "#undef CURL_DISABLE_TFTP"
302 $write cvh "#endif"
303 $write cvh "#ifdef CURL_DISABLE_POP3"
304 $write cvh "#undef CURL_DISABLE_POP3"
305 $write cvh "#endif"
308 $ write cvh "#ifdef CURL_DISABLE_TLS_SRP"
309 $ write cvh "#undef CURL_DISABLE_TLS_SRP"
310 $ write cvh "#endif"
313 $write cvh "#ifdef CURL_DISABLE_VERBOSE_STRINGS"
314 $write cvh "#undef CURL_DISABLE_VERBOSE_STRINGS"
315 $write cvh "#endif"
318 $write cvh "#ifdef USE_ARES"
319 $write cvh "#undef USE_ARES"
320 $write cvh "#endif"
321 $write cvh "#ifdef USE_WOLFSSL"
322 $write cvh "#undef USE_WOLFSSL"
323 $write cvh "#endif"
324 $write cvh "#ifdef USE_GNUTLS"
325 $write cvh "#undef USE_GNUTLS"
326 $write cvh "#endif"
327 $write cvh "#ifdef USE_LIBRTMP"
328 $write cvh "#undef USE_LIBRTMP"
329 $write cvh "#endif"
330 $write cvh "#ifdef USE_MANUAL"
331 $write cvh "#undef USE_MANUAL"
332 $write cvh "#endif"
333 $write cvh "#ifdef USE_NGHTTP2"
334 $write cvh "#undef USE_NGHTTP2"
335 $write cvh "#endif"
336 $write cvh "#ifdef USE_OPENLDAP"
337 $write cvh "#undef USE_OPENLDAP"
338 $write cvh "#endif"
339 $write cvh "#ifdef USE_THREADS_POSIX"
340 $write cvh "#undef USE_THREADS_POSIX"
341 $write cvh "#endif"
342 $write cvh "#ifdef USE_TLS_SRP"
343 $write cvh "#undef USE_TLS_SRP"
344 $write cvh "#endif"
345 $write cvh "#ifdef USE_UNIX_SOCKETS"
346 $write cvh "#undef USE_UNIX_SOCKETS"
347 $write cvh "#endif"
349 $write cvh "#ifndef HAVE_OLD_GSSMIT"
350 $write cvh "#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE"
351 $write cvh "#endif"
379 $ write cvh "#ifndef USE_OPENSSL"
380 $ write cvh "#define USE_OPENSSL 1"
381 $ write cvh "#endif"
391 $ write cvh "#define VMS_OLD_SSL 1"
402 $ write cvh "#define HAVE_IDNA_STRERROR 1"
403 $ write cvh "#define HAVE_IDNA_FREE 1"
404 $ write cvh "#define HAVE_IDNA_FREE_H 1"
405 $ write cvh "#define HAVE_LIBIDN 1"
407 $ write cvh "#ifdef HAVE_LIBIDN"
408 $ write cvh "#undef HAVE_LIBIDN"
409 $ write cvh "#endif"
417 $ write cvh "#define HAVE_LIBSSH2_EXIT 1"
418 $ write cvh "#define HAVE_LIBSSH2_INIT 1"
419 $ write cvh "#define HAVE_LIBSSH2_SCP_SEND64 1"
420 $ write cvh "#define HAVE_LIBSSH2_SESSION_HANDSHAKE 1"
421 $ write cvh "#define HAVE_LIBSSH2_VERSION 1
424 $ write cvh "#define USE_LIBSSH2 1"
425 $ write cvh "#endif"
427 $ write cvh "#ifdef USE_LIBSSH2"
428 $ write cvh "#undef USE_LIBSSH2"
429 $ write cvh "#endif"
436 $ write cvh "#define HAVE_LIBZ 1"
441 $write cvh "#pragma message disable notconstqual"
445 $write cvh ""
446 $write cvh "#endif /* __CONFIG_VMS_H__ */"