Add neverbleed support

neverbleed is disabled by default.  To enable it, use
--with-neverbleed configure option.
This commit is contained in:
Tatsuhiro Tsujikawa
2015-09-23 19:45:53 +09:00
parent f337b94537
commit 044385ab6e
12 changed files with 200 additions and 33 deletions

View File

@@ -30,6 +30,11 @@ libhttp_parser_la_SOURCES = \
http-parser/http_parser.c \
http-parser/http_parser.h
if HAVE_NEVERBLEED
noinst_LTLIBRARIES += libneverbleed.la
libneverbleed_la_SOURCES = neverbleed/neverbleed.c neverbleed/neverbleed.h
endif # HAVE_NEVERBLEED
if HAVE_MRUBY
EXTRA_DIST = build_config.rb mruby/*