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
ca43cd46
Commit
ca43cd46
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
updated to the latest fixes to the shell script
parent
47ff6f29
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/curl-config.1
+7
-11
7 additions, 11 deletions
docs/curl-config.1
with
7 additions
and
11 deletions
docs/curl-config.1
+
7
−
11
View file @
ca43cd46
...
...
@@ -2,7 +2,7 @@
.\" nroff -man curl-config.1
.\" Written by Daniel Stenberg
.\"
.TH curl-config 1 "
28 May
2001" "Curl 7.8" "curl-config manual"
.TH curl-config 1 "
16 August
2001" "Curl 7.8
.1
" "curl-config manual"
.SH NAME
curl-config \- Get information about a libcurl installation
.SH SYNOPSIS
...
...
@@ -12,8 +12,8 @@ curl-config \- Get information about a libcurl installation
displays information about a previous curl and libcurl installation.
.SH OPTIONS
.IP "--cflags"
What set of
CFLAGS t
hat was
use
d
when
libcurl was built. This is mostly a
debug option that serves no particular use to most peop
le.
Set of compiler options (
CFLAGS
)
t
o
use when
compiling files that use
libcurl. Currently that is only thw include path to the curl include fi
le
s
.
.IP "--feature"
Lists what particular main features the installed libcurl was built with. At
the time of writing, this list may include SSL, KRB4 or IPv6. Do not assume
...
...
@@ -36,17 +36,13 @@ This outputs the version number, in hexadecimal, with 8 bits for each part;
major, minor, patch. So that libcurl 7.7.4 would appear as 070704 and libcurl
12.13.14 would appear as 0c0d0e...
.SH "EXAMPLES"
What
is the path to the curl header files
?
What
linker options do I need when I link with libcurl
?
echo `curl-config --prefix`/include
What is the path to libcurl?
echo `curl-config --prefix`/lib
curl-config --libs
What
other link
er options do I need when I
link with libcurl
?
What
compil
er options do I need when I
compile using libcurl functions
?
curl-config --
lib
s
curl-config --
cflag
s
How do I know if libcurl was built with SSL support?
...
...
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