summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-12 22:04:39 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-12 22:04:39 +0200
commit701352f84ddd204d738407c29a4b6e501694a59c (patch)
treefe81b066da1244010e8317cef27e12f8af75358a /README.3rdPARTY
parentd255a7489b6a64b1e972f5f7bd0f91a6684ff3b1 (diff)
downloadcrawler-701352f84ddd204d738407c29a4b6e501694a59c.tar.gz
crawler-701352f84ddd204d738407c29a4b6e501694a59c.tar.bz2
ported libfetch to Linux and gcc 4.7 with almost all flags
Diffstat (limited to 'README.3rdPARTY')
-rw-r--r--README.3rdPARTY14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.3rdPARTY b/README.3rdPARTY
new file mode 100644
index 0000000..8051def
--- /dev/null
+++ b/README.3rdPARTY
@@ -0,0 +1,14 @@
+libfetch 2.33
+
+BSD License
+
+http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/
+
+slightly adapted:
+- added parts of nbcompat locally and changed includes
+- include <strings.h> for strcasecmp
+- added casts around malloc and friends
+- fixed ftp.c and funny IPV6 address cast
+- _REENTRANT defined the hard way for Interix/Win32
+- new to new_ (clashes with C++ keyword)
+