summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-07-16 02:03:36 +0300
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-08-06 16:08:42 -0700
commitce10b41f1b3f8c9be705823b0c0f0379f2bcb516 (patch)
treefe0bff9682b5ab9c649c0d023e69c9fe859fdbd0
parent8a319335fa960be04f85a119ed557e62101021ec (diff)
dix: Actually build str(n)casecmp if we don't have it
Remember to add stuff to dix-config.h when you add new AC_DEFINES, people ... (cherry picked from 69b57dc651e12a0d9a5a4295b185c62d5c0df63f commit)
-rw-r--r--include/dix-config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 9468ad0bf..55cebb690 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -199,9 +199,6 @@
/* 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
@@ -518,4 +515,10 @@
/* Define to 64-bit byteswap macro */
#undef bswap_64
+/* Need the strcasecmp function. */
+#undef NEED_STRCASECMP
+
+/* Need the strncasecmp function. */
+#undef NEED_STRNCASECMP
+
#endif /* _DIX_CONFIG_H_ */