summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/README2
-rw-r--r--include/gnurl/.gitignore (renamed from include/curl/.gitignore)0
-rw-r--r--include/gnurl/Makefile.am (renamed from include/curl/Makefile.am)4
-rw-r--r--include/gnurl/curl.h (renamed from include/curl/curl.h)0
-rw-r--r--include/gnurl/curlver.h (renamed from include/curl/curlver.h)0
-rw-r--r--include/gnurl/easy.h (renamed from include/curl/easy.h)0
-rw-r--r--include/gnurl/mprintf.h (renamed from include/curl/mprintf.h)0
-rw-r--r--include/gnurl/multi.h (renamed from include/curl/multi.h)2
-rw-r--r--include/gnurl/stdcheaders.h (renamed from include/curl/stdcheaders.h)0
-rw-r--r--include/gnurl/system.h (renamed from include/curl/system.h)0
-rw-r--r--include/gnurl/typecheck-gcc.h (renamed from include/curl/typecheck-gcc.h)0
-rw-r--r--include/gnurl/urlapi.h (renamed from include/curl/urlapi.h)0
13 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 3b2486029..3d036b8ff 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = curl
+SUBDIRS = gnurl
EXTRA_DIST = README
diff --git a/include/README b/include/README
index 091ef76d1..f4cfd9a68 100644
--- a/include/README
+++ b/include/README
@@ -9,7 +9,7 @@ Include files for libcurl, external users.
They're all placed in the curl subdirectory here for better fit in any kind
of environment. You must include files from here using...
- #include <curl/curl.h>
+ #include <gnurl/curl.h>
... style and point the compiler's include path to the directory holding the
curl subdirectory. It makes it more likely to survive future modifications.
diff --git a/include/curl/.gitignore b/include/gnurl/.gitignore
index 555795fae..555795fae 100644
--- a/include/curl/.gitignore
+++ b/include/gnurl/.gitignore
diff --git a/include/curl/Makefile.am b/include/gnurl/Makefile.am
index a31f61b10..b8298f29b 100644
--- a/include/curl/Makefile.am
+++ b/include/gnurl/Makefile.am
@@ -23,7 +23,7 @@ pkginclude_HEADERS = \
curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
typecheck-gcc.h system.h urlapi.h
-pkgincludedir= $(includedir)/curl
+pkgincludedir= $(includedir)/gnurl
CHECKSRC = $(CS_$(V))
CS_0 = @echo " RUN " $@;
@@ -31,7 +31,7 @@ CS_1 =
CS_ = $(CS_0)
checksrc:
- $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
+ $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/gnurl $(pkginclude_HEADERS)
if CURLDEBUG
# for debug builds, we scan the sources on all regular make invokes
diff --git a/include/curl/curl.h b/include/gnurl/curl.h
index 19f6c0b5a..19f6c0b5a 100644
--- a/include/curl/curl.h
+++ b/include/gnurl/curl.h
diff --git a/include/curl/curlver.h b/include/gnurl/curlver.h
index 846b9796e..846b9796e 100644
--- a/include/curl/curlver.h
+++ b/include/gnurl/curlver.h
diff --git a/include/curl/easy.h b/include/gnurl/easy.h
index f42a8a969..f42a8a969 100644
--- a/include/curl/easy.h
+++ b/include/gnurl/easy.h
diff --git a/include/curl/mprintf.h b/include/gnurl/mprintf.h
index e20f546e1..e20f546e1 100644
--- a/include/curl/mprintf.h
+++ b/include/gnurl/mprintf.h
diff --git a/include/curl/multi.h b/include/gnurl/multi.h
index b19dbaf79..eab23c08e 100644
--- a/include/curl/multi.h
+++ b/include/gnurl/multi.h
@@ -40,7 +40,7 @@
/*
* This header file should not really need to include "curl.h" since curl.h
* itself includes this file and we expect user applications to do #include
- * <curl/curl.h> without the need for especially including multi.h.
+ * <gnurl/curl.h> without the need for especially including multi.h.
*
* For some reason we added this include here at one point, and rather than to
* break existing (wrongly written) libcurl applications, we leave it as-is
diff --git a/include/curl/stdcheaders.h b/include/gnurl/stdcheaders.h
index 027b6f421..027b6f421 100644
--- a/include/curl/stdcheaders.h
+++ b/include/gnurl/stdcheaders.h
diff --git a/include/curl/system.h b/include/gnurl/system.h
index 1e555ec19..1e555ec19 100644
--- a/include/curl/system.h
+++ b/include/gnurl/system.h
diff --git a/include/curl/typecheck-gcc.h b/include/gnurl/typecheck-gcc.h
index eeb36abc0..eeb36abc0 100644
--- a/include/curl/typecheck-gcc.h
+++ b/include/gnurl/typecheck-gcc.h
diff --git a/include/curl/urlapi.h b/include/gnurl/urlapi.h
index 58e89d85c..58e89d85c 100644
--- a/include/curl/urlapi.h
+++ b/include/gnurl/urlapi.h