diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-08 16:56:50 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-08 16:56:50 +0100 |
commit | 694ef3873dece023fe1550d34e36a10b3167415c (patch) | |
tree | ab8f81828345e6992eb4243983b62563488e1df0 /config.h.in | |
parent | db7dba5ba7daec61ca505e0299bfbf46d7f22167 (diff) | |
download | rspamd-694ef3873dece023fe1550d34e36a10b3167415c.tar.gz rspamd-694ef3873dece023fe1550d34e36a10b3167415c.zip |
Check for SOCK_SEQPACKET definition.
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 693a9380e..472c6bced 100644 --- a/config.h.in +++ b/config.h.in @@ -231,6 +231,7 @@ #cmakedefine HAVE_GET_CPUID 1 #cmakedefine HAVE_CPUID_H 1 #cmakedefine HAVE_DIRENT_H 1 +#cmakedefine HAVE_SOCK_SEQPACKET 1 /* Configure allocator */ #define uthash_malloc(sz) g_slice_alloc(sz) |