summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-07-16 02:59:51 +0300
committerDaniel Stone <daniel@fooishbar.org>2008-07-16 03:02:17 +0300
commitad87c72edcc0d1f56658e0c4e73af335c8d5a516 (patch)
treef67ba5ed806c326dab2db3565e734c8693943d62 /include/dix-config.h.in
parentc3c901cf44cf16bb33c4176494361b429099a372 (diff)
DIX: Add strcasestr from FreeBSD
Add strcasestr for use on systems which don't have it.
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index ed664a92c..06549183d 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -501,4 +501,7 @@
/* Need the strncasecmp function. */
#undef NEED_STRNCASECMP
+/* Need the strcasestr function. */
+#undef NEED_STRCASESTR
+
#endif /* _DIX_CONFIG_H_ */