Author :
Azat Khuzhin
Date :
2017-03-05 21:48:56
Hash :336ab816 Message :cmake: add value for the #cmakedefine macros (like autoconf)
Before this patch for cmake we had:
#define EVENT__HAVE_ACCEPT4
/* #undef EVENT__HAVE_ARC4RANDOM */
While autotools has:
#define EVENT__HAVE_ACCEPT4 1
/* #undef EVENT__HAVE_ARC4RANDOM */