]> granicus.if.org Git - curl/commitdiff
Define new options in OS400 RPG interface
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>
Mon, 10 Dec 2007 17:09:09 +0000 (17:09 +0000)
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>
Mon, 10 Dec 2007 17:09:09 +0000 (17:09 +0000)
Port OS400 compilation scripts to >= V5R2M0

packages/OS400/README.OS400
packages/OS400/curl.inc.in
packages/OS400/initscript.sh
packages/OS400/make-lib.sh

index 3dad3ab5dfc9e8d17ce343b32410d499676a3f28..5a20f30211cf639bacb66376dd609826c1c0eb9b 100644 (file)
@@ -181,8 +181,8 @@ objects:
 _ Library CURL. All other objects will be stored in this library.
 _ Modules for all libcurl units.
 _ Binding directory CURL_A, to be used at calling program link time for
-  statically binding the modules (specify BNDSRVPGM(QADRTTS) when creating a
-  program using CURL_A).
+  statically binding the modules (specify BNDSRVPGM(QADRTTS QGLDCLNT QGLDBRDR)
+  when creating a program using CURL_A).
 _ Service program CURL, to be used at calling program run-time when this program
   has dynamically bound curl at link time.
 _ Binding directory CURL. To be used to dynamically bind libcurl when linking a
index aad62ecd4b993797fc9ab012c361f97e82085e2f..c69d8bed64affb9ae43639d2d541dcbb5d209016 100644 (file)
      d                 c                   00061
      d  CURLOPT_INTERFACE...
      d                 c                   10062
-     d  CURLOPT_KRB4LEVEL...
+     d  CURLOPT_KRBLEVEL...
      d                 c                   10063
      d  CURLOPT_SSL_VERIFYPEER...
      d                 c                   00064
      d                 c                   20163
      d  CURLOPT_OPENSOCKETDATA...
      d                 c                   10164
+     d  CURLOPT_COPYPOSTFIELDS...
+     d                 c                   10165
+     d  CURLOPT_PROXY_TRANSFER_MODE...
+     d                 c                   00166
       *
      d CURLFORMcode    s             10i 0 based(######ptr######)               Enum
      d  CURL_FORMADD_OK...
index 60d7de2292d1d4f64bcdc92fc4793a056d2ca40c..f32e8915b3b160d55eb97d3c6286e0188318857c 100644 (file)
@@ -35,7 +35,7 @@ TGTCCSID='500'                  # Target CCSID of objects
 DEBUG='*ALL'                    # Debug level
 OPTIMIZE='10'                   # Optimisation level
 OUTPUT='*NONE'                   # Compilation output option.
-TGTRLS='V5R1M0'                 # Target OS release
+TGTRLS='V5R2M0'                 # Target OS release
 
 export TARGETLIB STATBNDDIR DYNBNDDIR SRVPGM TGTCCSID DEBUG OPTIMIZE OUTPUTC
 export TGTRLS
index c41e68f1f52be488e4379bd0907abcd9297a435f..d2a7a050f7535d68b7d96ad4f5e97dc71d881367 100644 (file)
@@ -138,7 +138,7 @@ then    CMD="CRTSRVPGM SRVPGM(${TARGETLIB}/${SRVPGM})"
         CMD="${CMD} SRCFILE(${TARGETLIB}/TOOLS) SRCMBR(BNDSRC)"
         CMD="${CMD} MODULE(${TARGETLIB}/OS400)"
         CMD="${CMD} BNDDIR(${TARGETLIB}/${STATBNDDIR})"
-        CMD="${CMD} BNDSRVPGM(QADRTTS)"
+        CMD="${CMD} BNDSRVPGM(QADRTTS QGLDCLNT QGLDBRDR)"
         CMD="${CMD} TEXT('curl API library')"
         CMD="${CMD} TGTRLS(${TGTRLS})"
         system "${CMD}"