• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/curl-83.1.2/curl/packages/vms/

Lines Matching refs:write

116 $   write sys$output "NOTICE:  A LIBIDN port has been detected."
117 $ write sys$output " This port of curl for VMS has not been tested with it."
124 $ write sys$output " LIBIDN support is not enabled."
125 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
127 $ write sys$output " Untested LIBIDN support requested."
135 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
136 $ write sys$output " This port of curl for VMS has not been tested with it."
143 $ write sys$output " LIBSSH2 support is not enabled."
144 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
146 $ write sys$output " Untested LIBSSH2 support requested."
181 $! write sys$output " GNV$LIBZSHR support is enabled."
183 $! write sys$output " GNV$LIBZSHR support is disabled by nozlib."
199 $write cvh "#ifndef __CONFIG_VMS_H__"
200 $write cvh "#define __CONFIG_VMS_H__"
201 $write cvh ""
202 $write cvh "/* Define cpu-machine-OS */"
209 $write cvh "#if defined(__alpha)"
210 $write cvh "#define OS ""ALPHA-HP-VMS"""
211 $write cvh "#elif defined(__vax)"
212 $write cvh "#define OS ""VAX-HP-VMS"""
213 $write cvh "#elif defined(__ia64)"
214 $write cvh "#define OS ""IA64-HP-VMS""
215 $write cvh "#else"
216 $write cvh "#define OS ""UNKNOWN-HP-VMS""
217 $write cvh "#endif"
218 $write cvh ""
222 $write cvh "/* Location of default ca path */"
223 $write cvh "#define curl_ca_path ""gnv$curl_ca_path"""
230 $write cvh "#ifdef NTLM_WB_ENABLED"
231 $write cvh "#undef NTLM_WB_ENABLED"
232 $write cvh "#endif"
241 $write cvh "#ifdef CURL_DISABLE_COOKIES"
242 $write cvh "#undef CURL_DISABLE_COOKIES"
243 $write cvh "#endif"
244 $write cvh "#ifdef CURL_DISABLE_CRYPTO_AUTH"
245 $write cvh "#undef CURL_DISABLE_CRYPTO_AUTH"
246 $write cvh "#endif"
247 $write cvh "#ifdef CURL_DISABLE_DICT"
248 $write cvh "#undef CURL_DISABLE_DICT"
249 $write cvh "#endif"
250 $write cvh "#ifdef CURL_DISABLE_FILE"
251 $write cvh "#undef CURL_DISABLE_FILE"
252 $write cvh "#endif"
253 $write cvh "#ifdef CURL_DISABLE_FTP"
254 $write cvh "#undef CURL_DISABLE_FTP"
255 $write cvh "#endif"
256 $write cvh "#ifdef CURL_DISABLE_GOPHER"
257 $write cvh "#undef CURL_DISABLE_GOPHER"
258 $write cvh "#endif"
259 $write cvh "#ifdef CURL_DISABLE_HTTP"
260 $write cvh "#undef CURL_DISABLE_HTTP"
261 $write cvh "#endif"
262 $write cvh "#ifdef CURL_DISABLE_IMAP"
263 $write cvh "#undef CURL_DISABLE_IMAP"
264 $write cvh "#endif"
267 $ write cvh "#ifdef CURL_DISABLE_LDAP"
268 $ write cvh "#undef CURL_DISABLE_LDAP"
269 $ write cvh "#endif"
272 $ write cvh "#ifdef CURL_DISABLE_LDAPS"
273 $ write cvh "#undef CURL_DISABLE_LDAPS"
274 $ write cvh "#endif"
277 $write cvh "#ifdef CURL_DISABLE_LIBCURL_OPTION"
278 $write cvh "#undef CURL_DISABLE_LIBCURL_OPTION"
279 $write cvh "#endif"
280 $write cvh "#ifdef CURL_DISABLE_POP3"
281 $write cvh "#undef CURL_DISABLE_POP3"
282 $write cvh "#endif"
283 $write cvh "#ifdef CURL_DISABLE_PROXY"
284 $write cvh "#undef CURL_DISABLE_PROXY"
285 $write cvh "#endif"
286 $write cvh "#ifdef CURL_DISABLE_RTSP"
287 $write cvh "#undef CURL_DISABLE_RTSP"
288 $write cvh "#endif"
289 $write cvh "#ifdef CURL_DISABLE_SMTP"
290 $write cvh "#undef CURL_DISABLE_SMTP"
291 $write cvh "#endif"
292 $write cvh "#ifdef CURL_DISABLE_TELNET"
293 $write cvh "#undef CURL_DISABLE_TELNET"
294 $write cvh "#endif"
295 $write cvh "#ifdef CURL_DISABLE_TFTP"
296 $write cvh "#undef CURL_DISABLE_TFTP"
297 $write cvh "#endif"
298 $write cvh "#ifdef CURL_DISABLE_POP3"
299 $write cvh "#undef CURL_DISABLE_POP3"
300 $write cvh "#endif"
303 $ write cvh "#ifdef CURL_DISABLE_TLS_SRP"
304 $ write cvh "#undef CURL_DISABLE_TLS_SRP"
305 $ write cvh "#endif"
308 $write cvh "#ifdef CURL_DISABLE_VERBOSE_STRINGS"
309 $write cvh "#undef CURL_DISABLE_VERBOSE_STRINGS"
310 $write cvh "#endif"
313 $write cvh "#ifdef USE_ARES"
314 $write cvh "#undef USE_ARES"
315 $write cvh "#endif"
316 $write cvh "#ifdef USE_AXTLS"
317 $write cvh "#undef USE_AXTLS"
318 $write cvh "#endif"
319 $write cvh "#ifdef USE_CYASSL"
320 $write cvh "#undef USE_CYASSL"
321 $write cvh "#endif"
322 $write cvh "#ifdef USE_DARWINSSL"
323 $write cvh "#undef USE_DARWINSSL"
324 $write cvh "#endif"
325 $write cvh "#ifdef USE_GNUTLS"
326 $write cvh "#undef USE_GNUTLS"
327 $write cvh "#endif"
328 $write cvh "#ifdef USE_GNUTLS_NETTLE"
329 $write cvh "#undef USE_GNUTLS_NETTLE"
330 $write cvh "#endif"
331 $write cvh "#ifdef USE_LIBRTMP"
332 $write cvh "#undef USE_LIBRTMP"
333 $write cvh "#endif"
334 $write cvh "#ifdef USE_MANUAL"
335 $write cvh "#undef USE_MANUAL"
336 $write cvh "#endif"
337 $write cvh "#ifdef USE_NSS"
338 $write cvh "#undef USE_NSS"
339 $write cvh "#endif"
340 $write cvh "#ifdef USE_OPENLDAP"
341 $write cvh "#undef USE_OPENLDAP"
342 $write cvh "#endif"
343 $write cvh "#ifdef USE_POLARSSL"
344 $write cvh "#undef USE_POLARSSL"
345 $write cvh "#endif"
346 $write cvh "#ifdef USE_SCHANNEL"
347 $write cvh "#undef USE_SCHANNEL"
348 $write cvh "#endif"
349 $write cvh "#ifdef USE_THREADS_POSIX"
350 $write cvh "#undef USE_THREADS_POSIX"
351 $write cvh "#endif"
352 $write cvh "#ifdef USE_TLS_SRP"
353 $write cvh "#undef USE_TLS_SRP"
354 $write cvh "#endif"
355 $write cvh "#ifdef USE_WINDOWS_SSPI"
356 $write cvh "#undef USE_WINDOWS_SSPI"
357 $write cvh "#endif"
385 $ write cvh "#ifndef USE_OPENSSL"
386 $ write cvh "#define USE_OPENSSL 1"
387 $ write cvh "#endif"
388 $ write cvh "#ifndef USE_SSLEAY"
389 $ write cvh "#define USE_SSLEAY 1"
390 $ write cvh "#endif"
399 $ write cvh "#define HAVE_IDNA_STRERROR 1"
400 $ write cvh "#define HAVE_IDNA_FREE 1"
401 $ write cvh "#define HAVE_IDNA_FREE_H 1"
402 $ write cvh "#define HAVE_LIBIDN 1"
404 $ write cvh "#ifdef HAVE_LIBIDN"
405 $ write cvh "#undef HAVE_LIBIDN"
406 $ write cvh "#endif"
413 $ write cvh "#define HAVE_LIBSSH2_EXIT 1"
414 $ write cvh "#define HAVE_LIBSSH2_H 1"
415 $ write cvh "#define HAVE_LIBSSH2_INIT 1"
416 $ write cvh "#define HAVE_LIBSSH2_SCP_SEND64 1"
417 $ write cvh "#define HAVE_LIBSSH2_SESSION_HANDSHAKE 1"
418 $ write cvh "#define HAVE_LIBSSH2_VERSION 1
419 $ write cvh "#define HAVE_LIBSSH2 1
421 $ write cvh "#ifndef USE_LIBSSH2"
422 $ write cvh "#define USE_LIBSSH2 1"
423 $ write cvh "#endif"
425 $ write cvh "#ifdef USE_LIBSSH2"
426 $ write cvh "#undef USE_LIBSSH2"
427 $ write cvh "#endif"
433 $ write cvh "#define HAVE_LIBZ 1"
434 $ write cvh "#define HAVE_ZLIB_H 1"
440 $write cvh ""
441 $write cvh "#endif /* __CONFIG_VMS_H__ */"