]> granicus.if.org Git - libevent/commit
cmake: add value for the #cmakedefine macros (like autoconf)
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 5 Mar 2017 18:48:56 +0000 (21:48 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 8 Mar 2017 09:47:31 +0000 (12:47 +0300)
commit336ab816c882be1a77987682fc7eda1a83060679
treeeb7f3b078a0813692fe421c41033d587eea15d99
parentfa135bdcd9f82a953ac6be55a5c874114bccbc42
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 */
event-config.h.cmake