summaryrefslogtreecommitdiff
path: root/docs/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-22 19:21:48 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-22 19:21:48 +0100
commit7da6a6353bd0e93da3be913345777de96589adda (patch)
treef1a4a2bcd2622f6328896456a9972f32b6b7b239 /docs/port
parent72fc4fc728f28306afe74cc6d4d6f2e345aea67b (diff)
downloadwolfbones-7da6a6353bd0e93da3be913345777de96589adda.tar.gz
wolfbones-7da6a6353bd0e93da3be913345777de96589adda.tar.bz2
fixed all porting tests (compile always with both versions, the one of the platform and the stub)
Diffstat (limited to 'docs/port')
-rw-r--r--docs/port/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/port/README b/docs/port/README
index 1c9853d..f5c3273 100644
--- a/docs/port/README
+++ b/docs/port/README
@@ -32,6 +32,11 @@ Currently there are the following definitions which must be set:
- HAVE_STRERROR_R: whether we have a reentrant strerror function
- HAVE_LOCKF: whether we have a POSIX lockf interface. A stub implemented
with fcntl is available for platform which don't have a lockf function.
+- HAVE_STRCASECMP and HAVE_STRNCASECMP: whether we have 7-bit versions
+ of str(n)casecmp (it's POSIX and BSD but some C libaries miss it)
+- HAVE_STRINGS_H: old header file, usually it is nowadaus a dummy which
+ includes <string.h>, but on old systems like Solaris 8 it declares
+ str(n)casecmp and some other BSDish string functions
Currently tested on:
--------------------