Add sandbox support to irssi

This commit is contained in:
namnamc 2015-10-26 18:52:05 -07:00
commit 18f7b4694c
9 changed files with 875 additions and 0 deletions

View file

@ -37,6 +37,7 @@ libcore_a_SOURCES = \
queries.c \
rawlog.c \
recode.c \
sandbox.c \
servers.c \
servers-reconnect.c \
servers-setup.c \
@ -86,6 +87,7 @@ pkginc_core_HEADERS = \
queries.h \
rawlog.h \
recode.h \
sandbox.h \
servers.h \
servers-reconnect.h \
servers-setup.h \