diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-10-06 23:33:17 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-10-06 23:33:17 +0100 |
commit | a30002b1c83196a621aa6d6bd24b91d39f312ca2 (patch) | |
tree | 3b30ce385daef4f2fa4249ab5ebe414c51c11dc0 /config.h.in | |
parent | cdbacf2b135fc49a84df1d0790c2ba77d6d763b7 (diff) | |
download | rspamd-a30002b1c83196a621aa6d6bd24b91d39f312ca2.tar.gz rspamd-a30002b1c83196a621aa6d6bd24b91d39f312ca2.zip |
[Minor] Detect ffsll presence in a target system
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 6d1c03f37..af4897140 100644 --- a/config.h.in +++ b/config.h.in @@ -25,6 +25,7 @@ #cmakedefine HAVE_FCNTL_H 1 #cmakedefine HAVE_FETCH_H 1 #cmakedefine HAVE_FIPS_MODE 1 +#cmakedefine HAVE_FFSLL 1 #cmakedefine HAVE_FLOCK 1 #cmakedefine HAVE_FPATHCONF 1 #cmakedefine HAVE_GETPAGESIZE 1 |