Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
dfaaa99d
Commit
dfaaa99d
authored
14 years ago
by
Patrick Monnerat
Browse files
Options
Downloads
Patches
Plain Diff
Add gopher protocol definition to ILE/RPG binding.
OS400 compile script in test dir updated for chkhostname.
parent
87badbef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/OS400/curl.inc.in
+2
-0
2 additions, 0 deletions
packages/OS400/curl.inc.in
packages/OS400/make-tests.sh
+14
-1
14 additions, 1 deletion
packages/OS400/make-tests.sh
with
16 additions
and
1 deletion
packages/OS400/curl.inc.in
+
2
−
0
View file @
dfaaa99d
...
...
@@ -645,6 +645,8 @@
d c X'00800000'
d CURLPROTO_RTMPTS...
d c X'01000000'
d CURLPROTO_GOPHER...
d c X'02000000'
*
d CURLoption s 10i 0 based(######ptr######) Enum
d CURLOPT_FILE c 10001
...
...
This diff is collapsed.
Click to expand it.
packages/OS400/make-tests.sh
+
14
−
1
View file @
dfaaa99d
...
...
@@ -36,6 +36,11 @@ eval "`sed -e ': begin' \
-e
's/\\$(\\([^)]*\\))/${\\1}/g'
\
< Makefile.inc
`
"
# Special case: redefine chkhostname compilation parameters.
chkhostname_SOURCES
=
chkhostname.c
chkhostname_LDADD
=
curl_gethostname.o
# Compile all programs.
# The list is found in variable "noinst_PROGRAMS"
...
...
@@ -89,7 +94,15 @@ do DB2PGM=`db2_name "${PGM}"`
# Link program if needed.
if
[
"
${
LINK
}
"
]
then
MODULES
=
"
`
echo
\"
${
MODULES
}
\"
|
then
PGMLDADD
=
"
`
eval echo
\"\\
${${
PGM
}
_LDADD
}
\"
`
"
for
LDARG
in
${
PGMLDADD
}
do case
"
${
LDARG
}
"
in
-
*
)
;;
# Ignore non-module.
*
)
MODULES
=
"
${
MODULES
}
"
`
db2_name
"
${
LDARG
}
"
`
;;
esac
done
MODULES
=
"
`
echo
\"
${
MODULES
}
\"
|
sed
\"
s/[^
][
^
]
*
/
${
TARGETLIB
}
\/
&/g
\"
`
"
CMD
=
"CRTPGM PGM(
${
TARGETLIB
}
/
${
DB2PGM
}
)"
CMD
=
"
${
CMD
}
ENTMOD(QADRT/QADRTMAIN2)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment