mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
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:
parent
b137634ba3
commit
6f8d9cc4e9
11 changed files with 471 additions and 40 deletions
|
|
@ -34,6 +34,9 @@
|
|||
/* No OS/400 header file defines u_int32_t. */
|
||||
typedef unsigned long u_int32_t;
|
||||
|
||||
/* OS/400 has no idea of a tty! */
|
||||
#define isatty(fd) 0
|
||||
|
||||
|
||||
/* System API wrapper prototypes & definitions to support ASCII parameters. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue