summaryrefslogtreecommitdiff
path: root/include/wolf/port/sys.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-22 20:56:00 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-22 20:56:00 +0100
commit674109843a62212ff595f74c1f44d7ff74c859d6 (patch)
tree0f17e65f99d26d1f06aa26d175ba4af76194d1b1 /include/wolf/port/sys.h
parentd310129bc8df76249e7beca2d50b5511614dc917 (diff)
downloadwolfbones-674109843a62212ff595f74c1f44d7ff74c859d6.tar.gz
wolfbones-674109843a62212ff595f74c1f44d7ff74c859d6.tar.bz2
fixed porting tests, and fixed Solaris 8 port of string.h
Diffstat (limited to 'include/wolf/port/sys.h')
-rw-r--r--include/wolf/port/sys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 6fec2af..37dba54 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -147,6 +147,9 @@
#define HAVE_STRDUP
#define HAVE_LOCKF
#define HAVE_ENUM_BOOL
+#define HAVE_STRCASECMP
+#define HAVE_STRNCASECMP
+#define HAVE_STRINGS_H
#else
#if OS_MINOR_VERSION == 10
#if !defined __cplusplus