os400: implement CLI tool

This is provided as a QADRT (ascii) program, a link to it in the IFS and
a minimal CL command.

Closes #11547
This commit is contained in:
Patrick Monnerat 2023-08-29 13:32:39 +02:00 committed by Daniel Stenberg
parent b137634ba3
commit 6f8d9cc4e9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
11 changed files with 471 additions and 40 deletions

View file

@ -28,6 +28,8 @@ EXTRA_DIST = README.md \
OS400/rpg-examples \
OS400/ccsidcurl.c \
OS400/ccsidcurl.h \
OS400/curlcl.c \
OS400/curlmain.c \
OS400/curl.inc.in \
OS400/initscript.sh \
OS400/make-include.sh \
@ -36,7 +38,8 @@ EXTRA_DIST = README.md \
OS400/make-tests.sh \
OS400/makefile.sh \
OS400/os400sys.c \
OS400/os400sys.h
OS400/os400sys.h \
OS400/curl.cmd
CHECKSRC = $(CS_$(V))
CS_0 = @echo " RUN " $@;