Fix ZM_NO_MMAP cmake option

This commit is contained in:
Kfir Itzhak
2013-10-07 15:06:26 +03:00
parent 6b11db11ca
commit 6847e9016e
2 changed files with 5 additions and 0 deletions

View File

@@ -58,6 +58,9 @@
#cmakedefine HAVE_DECL_MD5 1
#cmakedefine HAVE_DECL_GNUTLS_FINGERPRINT 1
/* Few ZM options that are needed by the source code */
#cmakedefine ZM_MEM_MAPPED 1
/* Its safe to assume that signal return type is void. This is a fix for zm_signal.h */
#define RETSIGTYPE void