summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/wolf/port/sys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 8b80652..0ed9df6 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -42,6 +42,8 @@
#define HAVE_STRDUP
#define HAVE_STRERROR_R
#define HAVE_LOCKF
+#define HAVE_STRCASECMP
+#define HAVE_STRNCASECMP
#else
#error unknown platform
#endif /* defined OS_MINOR_VERSION == 6 */
@@ -157,6 +159,9 @@
#define HAVE_STDBOOL_H
#define HAVE_STDINT_H
#define HAVE_STRERROR_R
+#define HAVE_STRINGS_H
+#define HAVE_STRCASECMP
+#define HAVE_STRNCASECMP
#else
#error unknown platform
#endif /* OS_MINOR_VERSION == 10 */