summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-02 12:19:25 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-02 12:19:25 +0200
commitd702ab14c97572e99a4586931c3ba465974c7081 (patch)
tree68e56bcacfc0df45f11c0b9f470feea9b70d0201 /README.3rdPARTY
parent553f808fc4986818e820a76fa267c90a660d41c2 (diff)
downloadcrawler-d702ab14c97572e99a4586931c3ba465974c7081.tar.gz
crawler-d702ab14c97572e99a4586931c3ba465974c7081.tar.bz2
googleurl works on FreeBSD now, C99 fix around 64-bit and strtoull
Diffstat (limited to 'README.3rdPARTY')
-rwxr-xr-xREADME.3rdPARTY4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.3rdPARTY b/README.3rdPARTY
index 1e78958..aad8d62 100755
--- a/README.3rdPARTY
+++ b/README.3rdPARTY
@@ -59,4 +59,6 @@ http://code.google.com/p/google-url/
- changes for Windows:
- added pure nmake build system
- fixed trouble around UINT64
-
+- chnages for pure C89++:
+ - strtoull and unsigned long long are defined in C99 only
+ (FreeBSD header files are extremly picky to keep up the standard)