summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-05-12 18:49:34 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-05-12 18:50:04 -0700
commited65e8b4f02a6da7f1c5d85984a9ccf6a94d0181 (patch)
tree950eef81dd55cdb79e31b8196667692590d7c4d5 /include/dix-config.h.in
parentc50b5d978981b13cdb22a9ad41c1b64f90cebe51 (diff)
Check for strcasestr and workaround it on systems without 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 387f65aa1..914ce4947 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -205,6 +205,9 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define to 1 if you have the `strcasestr' function. */
+#undef HAVE_STRCASESTR
+
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR