summaryrefslogtreecommitdiff
path: root/docs/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-22 19:26:22 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-22 19:26:22 +0100
commit0211561aaf7f4a7d2805fc872f0cfc2a5af82b43 (patch)
treea38be24c24771ee05c87e0305c4499340d0b79a2 /docs/port
parent7da6a6353bd0e93da3be913345777de96589adda (diff)
downloadwolfbones-0211561aaf7f4a7d2805fc872f0cfc2a5af82b43.tar.gz
wolfbones-0211561aaf7f4a7d2805fc872f0cfc2a5af82b43.tar.bz2
strings.h also needed on Linux
Diffstat (limited to 'docs/port')
-rw-r--r--docs/port/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/port/README b/docs/port/README
index f5c3273..4908025 100644
--- a/docs/port/README
+++ b/docs/port/README
@@ -35,8 +35,9 @@ Currently there are the following definitions which must be set:
- 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
+ includes <string.h>, but on some systems like Solaris 8 or also Linux
+ they declare the prototypes for str(n)casecmp and some other BSDish
+ string functions
Currently tested on:
--------------------