diff options
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
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_ */ |