kill has been surfaced into the API (disabled by compile flag by default)

closes #13
This commit is contained in:
Jan-Piet Mens
2015-09-15 08:35:58 +02:00
parent f4d803a2c1
commit 181a108bf2
7 changed files with 97 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ CFLAGS += -DGHASHPREC=$(GHASHPREC)
ifeq ($(HAVE_PING),yes)
CFLAGS += -DHAVE_PING=1
endif
ifeq ($(HAVE_KILL),yes)
CFLAGS += -DHAVE_KILL=1
endif
ifeq ($(HAVE_LMDB),yes)
CFLAGS += -DHAVE_LMDB=1 -Imdb/