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 ...
This commit is contained in:
Daniel Stone 2008-07-16 02:03:36 +03:00
parent dcf6293030
commit 69b57dc651

View File

@ -202,9 +202,6 @@
/* Define to 1 if you have the <stdlib.h> header file. */ /* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H #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. */ /* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR #undef HAVE_STRCHR
@ -498,4 +495,10 @@
/* Define to 64-bit byteswap macro */ /* Define to 64-bit byteswap macro */
#undef bswap_64 #undef bswap_64
/* Need the strcasecmp function. */
#undef NEED_STRCASECMP
/* Need the strncasecmp function. */
#undef NEED_STRNCASECMP
#endif /* _DIX_CONFIG_H_ */ #endif /* _DIX_CONFIG_H_ */