Revert "Update to 7.40.1"
[platform/upstream/curl.git] / packages / vms / generate_config_vms_h_curl.com
index 90a83d5..8024a92 100644 (file)
@@ -277,18 +277,6 @@ $endif
 $write cvh "#ifdef CURL_DISABLE_LIBCURL_OPTION"
 $write cvh "#undef CURL_DISABLE_LIBCURL_OPTION"
 $write cvh "#endif"
-$write cvh "#ifndef __VAX"
-$write cvh "#ifdef CURL_DISABLE_NTLM"
-$write cvh "#undef CURL_DISABLE_NTLM"
-$write cvh "#endif"
-$write cvh "#else"
-$! NTLM needs long long or int64 support, missing from DECC C.
-$write cvh "#ifdef __DECC
-$write cvh "#ifndef CURL_DISABLE_NTLM"
-$write cvh "#define CURL_DISABLE_NTLM 1"
-$write cvh "#endif"
-$write cvh "#endif"
-$write cvh "#endif"
 $write cvh "#ifdef CURL_DISABLE_POP3"
 $write cvh "#undef CURL_DISABLE_POP3"
 $write cvh "#endif"
@@ -346,9 +334,6 @@ $write cvh "#endif"
 $write cvh "#ifdef USE_MANUAL"
 $write cvh "#undef USE_MANUAL"
 $write cvh "#endif"
-$write cvh "#ifdef USE_NGHTTP2"
-$write cvh "#undef USE_NGHTTP2"
-$write cvh "#endif"
 $write cvh "#ifdef USE_NSS"
 $write cvh "#undef USE_NSS"
 $write cvh "#endif"
@@ -367,17 +352,10 @@ $write cvh "#endif"
 $write cvh "#ifdef USE_TLS_SRP"
 $write cvh "#undef USE_TLS_SRP"
 $write cvh "#endif"
-$write cvh "#ifdef USE_UNIX_SOCKETS"
-$write cvh "#undef USE_UNIX_SOCKETS"
-$write cvh "#endif"
 $write cvh "#ifdef USE_WINDOWS_SSPI"
 $write cvh "#undef USE_WINDOWS_SSPI"
 $write cvh "#endif"
 $!
-$write cvh "#ifndef HAVE_OLD_GSSMIT"
-$write cvh "#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE"
-$write cvh "#endif"
-$!
 $!
 $! Note:
 $! The CURL_EXTERN_SYMBOL is used for platforms that need the compiler
@@ -410,18 +388,6 @@ $   write cvh "#endif"
 $   write cvh "#ifndef USE_SSLEAY"
 $   write cvh "#define USE_SSLEAY 1"
 $   write cvh "#endif"
-$   if arch_name .eqs. "VAX"
-$   then
-$       old_mes = f$enviroment("message")
-$       set message/notext/nofaci/noseve/noident
-$       search/output=nla0: ssl$include:*.h CONF_MFLAGS_IGNORE_MISSING_FILE
-$       status = $severity
-$       set message'old_mes'
-$       if status .nes. "1"
-$       then
-$           write cvh "#define VMS_OLD_SSL 1"
-$       endif
-$   endif
 $endif
 $!
 $!
@@ -440,7 +406,6 @@ $   write cvh "#undef HAVE_LIBIDN"
 $   write cvh "#endif"
 $endif
 $!
-$!
 $! LibSSH2 not ported to VMS at this time.
 $! Allow explicit experimentation.
 $if libssh2
@@ -463,7 +428,6 @@ $   write cvh "#endif"
 $endif
 $!
 $!
-$!
 $if .not. nozlib
 $then
 $   write cvh "#define HAVE_LIBZ 1"
@@ -471,9 +435,6 @@ $   write cvh "#define HAVE_ZLIB_H 1"
 $endif
 $!
 $!
-$! Suppress a message in curl_gssapi.c compile.
-$write cvh "#pragma message disable notconstqual"
-$!
 $! Close out the file
 $!
 $write cvh ""