diff options
author | Julien Cristau <jcristau@debian.org> | 2008-09-22 01:59:31 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-09-22 02:49:15 +0200 |
commit | ab17f88506a2dde32c50ff72b03743cd9c384ecc (patch) | |
tree | 749d7261c750d01b0457a5bb7ecdeeda74ac8e70 /include/dix-config.h.in | |
parent | af0d5e2ef7b1b3f42e3522568c5f56850823c102 (diff) |
Don't use our version of ffs() if the system has one
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 21d8d9c10..06138c5db 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -433,4 +433,7 @@ /* Need the strcasestr function. */ #undef NEED_STRCASESTR +/* Define to 1 if you have the `ffs' function. */ +#undef HAVE_FFS + #endif /* _DIX_CONFIG_H_ */ |