aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/easyoptions.c2
-rw-r--r--lib/easyoptions.h2
-rw-r--r--lib/hsts.c2
-rw-r--r--lib/hsts.h2
-rw-r--r--lib/optiontable.pl2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 57d1ea4d5..e7db73b71 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -150,4 +150,4 @@ tidy:
$(TIDY) $(CSOURCES) $(TIDYFLAGS) -- $(AM_CPPFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
optiontable:
- perl optiontable.pl < $(top_srcdir)/include/curl/curl.h > easyoptions.c
+ perl optiontable.pl < $(top_srcdir)/include/gnurl/curl.h > easyoptions.c
diff --git a/lib/easyoptions.c b/lib/easyoptions.c
index f236da23a..48433d31a 100644
--- a/lib/easyoptions.c
+++ b/lib/easyoptions.c
@@ -344,7 +344,7 @@ struct curl_easyoption Curl_easyopts[] = {
#ifdef DEBUGBUILD
/*
* Curl_easyopts_check() is a debug-only function that returns non-zero
- * if this source file is not in sync with the options listed in curl/curl.h
+ * if this source file is not in sync with the options listed in gnurl/curl.h
*/
int Curl_easyopts_check(void)
{
diff --git a/lib/easyoptions.h b/lib/easyoptions.h
index 91e11908b..158909bc5 100644
--- a/lib/easyoptions.h
+++ b/lib/easyoptions.h
@@ -24,7 +24,7 @@
/* should probably go into the public header */
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* generated table with all easy options */
extern struct curl_easyoption Curl_easyopts[];
diff --git a/lib/hsts.c b/lib/hsts.c
index 6f771284f..b8a181318 100644
--- a/lib/hsts.c
+++ b/lib/hsts.c
@@ -26,7 +26,7 @@
#include "curl_setup.h"
#if !defined(CURL_DISABLE_HTTP) && defined(USE_HSTS)
-#include <curl/curl.h>
+#include <gnurl/curl.h>
#include "urldata.h"
#include "llist.h"
#include "hsts.h"
diff --git a/lib/hsts.h b/lib/hsts.h
index ae5db74a2..2abd4e942 100644
--- a/lib/hsts.h
+++ b/lib/hsts.h
@@ -24,7 +24,7 @@
#include "curl_setup.h"
#if !defined(CURL_DISABLE_HTTP) && defined(USE_HSTS)
-#include <curl/curl.h>
+#include <gnurl/curl.h>
#include "llist.h"
#ifdef DEBUGBUILD
diff --git a/lib/optiontable.pl b/lib/optiontable.pl
index 31cfbcee6..4e7080058 100644
--- a/lib/optiontable.pl
+++ b/lib/optiontable.pl
@@ -107,7 +107,7 @@ print <<FOOT
#ifdef DEBUGBUILD
/*
* Curl_easyopts_check() is a debug-only function that returns non-zero
- * if this source file is not in sync with the options listed in curl/curl.h
+ * if this source file is not in sync with the options listed in gnurl/curl.h
*/
int Curl_easyopts_check(void)
{