summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-22 17:27:28 +0000
committerng0 <ng0@infotropique.org>2017-08-22 17:27:28 +0000
commitf7ea2931076841e57ecf1e67bb422f5ff63b8dfa (patch)
tree2098e57189a936f07d7dbd95591d6b587ee8b1ec
parentf4d37b67cd05454ef3ec4e5239acef51bfa26aac (diff)
downloadgnurl-f7ea2931076841e57ecf1e67bb422f5ff63b8dfa.tar.gz
gnurl-f7ea2931076841e57ecf1e67bb422f5ff63b8dfa.tar.bz2
gnurl-f7ea2931076841e57ecf1e67bb422f5ff63b8dfa.zip
gnurl: Fix up some more references in "lib" folder.
Signed-off-by: ng0 <ng0@infotropique.org>
-rw-r--r--lib/curl_setup.h4
-rw-r--r--lib/urldata.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index faaac8649..519d8e5c4 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -206,7 +206,7 @@
/* ================================================================ */
/* No system header file shall be included in this file before this */
-/* point. The only allowed ones are those included from curl/system.h */
+/* point. The only allowed ones are those included from gnurl/system.h */
/* ================================================================ */
/*
@@ -335,7 +335,7 @@
#endif
#ifndef STDC_HEADERS /* no standard C headers! */
-#include <curl/stdcheaders.h>
+#include <gnurl/stdcheaders.h>
#endif
#ifdef __POCC__
diff --git a/lib/urldata.h b/lib/urldata.h
index 5f61dde33..bde643b46 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1764,7 +1764,7 @@ struct UserDefined {
bool opt_no_body; /* as set with CURLOPT_NOBODY */
bool upload; /* upload request */
enum CURL_NETRC_OPTION
- use_netrc; /* defined in include/curl.h */
+ use_netrc; /* defined in include/gnurl.h */
bool verbose; /* output verbosity */
bool krb; /* Kerberos connection requested */
bool reuse_forbid; /* forbidden to be reused, close after use */