diff options
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) |