Marty Kuhrt's VMS updates

This commit is contained in:
Daniel Stenberg 2007-01-31 09:37:39 +00:00
parent d7d5baa0e2
commit e485a23a3e
5 changed files with 26 additions and 17 deletions

View File

@ -7,6 +7,7 @@
/* getpass.c no longer undef'd it during compile. */
/* MSK, 02/08/05, turned two config-vms files into one by using USE_SSLEAY */
/* MPZ, 12/28/05, changed HAVE_STRTOK_R define to use CRTL_VER */
/* MSK, 01/27/07, needed to add HAVE_STRUCT_TIMEVAL define */
/* Define cpu-machine-OS */
#ifdef __ALPHA
@ -76,15 +77,6 @@
/* Define if you have the signal function. */
#define HAVE_SIGNAL 1
/* Define if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define if sig_atomic_t is an available typedef. */
#define HAVE_SIG_ATOMIC_T 1
/* Define if sig_atomic_t is already defined as volatile. */
/* #define HAVE_SIG_ATOMIC_T_VOLATILE 1 */
/* Define if you have the socket function. */
#define HAVE_SOCKET 1
@ -222,6 +214,10 @@
#define HAVE_TIMEVAL_H 1
/* Guess HAVE_TIMEVAL_H isn't enough so now we add HAVE_STRUCT_TIMEVAL */
#define HAVE_STRUCT_TIMEVAL 1
/* Name of this package! */
#define PACKAGE "not-used"
@ -345,3 +341,4 @@
/* Define to the function return type for send. */
#define SEND_TYPE_RETV int

View File

@ -1,14 +1,14 @@
/********************************************************************************************************************************/
/* Created: 29-DEC-2005 10:23:16 by OpenVMS SDL EV1-60 */
/* Source: 29-DEC-2005 10:15:48 $44$DKA200:[CURL.CURL-7_15_1.PACKAGES.VMS]curlm */
/* Created: 24-JAN-2007 15:21:21 by OpenVMS SDL EV1-60 */
/* Source: 24-JAN-2007 15:19:59 $44$DKA200:[CURL.CURL-7_16_0.PACKAGES.VMS]curlm */
/********************************************************************************************************************************/
/*** MODULE $CURDEF ***/
#pragma __member_alignment __save
#pragma __nomember_alignment
/* */
/* This SDL File Generated by VAX-11 Message V04-00 on 29-DEC-2005 10:15:49.01 */
/* This SDL File Generated by VAX-11 Message V04-00 on 24-JAN-2007 15:19:59.50 */
/* */
/* $ID: CURLMSG.MSG,V 1.3 2005/04/08 05:07:04 CURLVMS EXP $ */
/* $ID: CURLMSG.MSG,V 1.4 2005/12/30 00:07:25 CURLVMS EXP $ */
/* */
/* THESE VMS ERROR CODES ARE GENERATED BY TAKING APART THE CURL.H */
/* FILE AND PUTTING ALL THE CURLE_* ENUM STUFF INTO THIS FILE, */
@ -103,6 +103,9 @@
#define CURL_TFTP_UNKNOWNID 251757130
#define CURL_TFTP_EXISTS 251757138
#define CURL_TFTP_NOSUCHUSER 251757146
#define CURL_CURL_LAST 251757154
#define CURL_CONV_FAILED 251757154
#define CURL_CONV_REQD 251757162
#define CURL_SSL_CACERT_BADFILE 251757170
#define CURL_CURL_LAST 251757178
#pragma __member_alignment __restore

View File

@ -98,6 +98,9 @@ TFTP_ILLEGAL <illegal TFTP operation>
TFTP_UNKNOWNID <unknown transfer ID>
TFTP_EXISTS <file already exists>
TFTP_NOSUCHUSER <no such user>
CONV_FAILED <conversion failed>
CONV_REQD <caller must register conversion callbacks>
SSL_CACERT_BADFILE <could not load CACERT file>
CURL_LAST <CURLMSG.MSG is out of sync with the source code>
.END

View File

@ -3,9 +3,9 @@
MODULE $CURDEF;
/*
/* This SDL File Generated by VAX-11 Message V04-00 on 29-DEC-2005 10:15:49.01
/* This SDL File Generated by VAX-11 Message V04-00 on 24-JAN-2007 15:19:59.50
/*
/* $ID: CURLMSG.MSG,V 1.3 2005/04/08 05:07:04 CURLVMS EXP $
/* $ID: CURLMSG.MSG,V 1.4 2005/12/30 00:07:25 CURLVMS EXP $
/*
/* THESE VMS ERROR CODES ARE GENERATED BY TAKING APART THE CURL.H
/* FILE AND PUTTING ALL THE CURLE_* ENUM STUFF INTO THIS FILE,
@ -101,6 +101,9 @@
,"TFTP_UNKNOWNID" EQUALS %X0F01824A PREFIX "CURL" TAG ""
,"TFTP_EXISTS" EQUALS %X0F018252 PREFIX "CURL" TAG ""
,"TFTP_NOSUCHUSER" EQUALS %X0F01825A PREFIX "CURL" TAG ""
,"CURL_LAST" EQUALS %X0F018262 PREFIX "CURL" TAG ""
,"CONV_FAILED" EQUALS %X0F018262 PREFIX "CURL" TAG ""
,"CONV_REQD" EQUALS %X0F01826A PREFIX "CURL" TAG ""
,"SSL_CACERT_BADFILE" EQUALS %X0F018272 PREFIX "CURL" TAG ""
,"CURL_LAST" EQUALS %X0F01827A PREFIX "CURL" TAG ""
;
END_MODULE;

View File

@ -100,5 +100,8 @@ long vms_cond[] =
CURL_TFTP_UNKNOWNID,
CURL_TFTP_EXISTS,
CURL_TFTP_NOSUCHUSER,
CURL_CONV_FAILED,
CURL_CONV_REQD,
CURL_SSL_CACERT_BADFILE,
CURL_CURL_LAST
};