added tcp_wrappers support to the piler daemon

This commit is contained in:
SJ
2012-10-29 10:22:31 +01:00
parent 9dd3f39ceb
commit e969b3efc6
10 changed files with 187 additions and 15 deletions

View File

@@ -22,6 +22,9 @@
#include <tre/tre.h>
#include <tre/regex.h>
#endif
#ifdef HAVE_LIBWRAP
#include <tcpd.h>
#endif
#include <openssl/sha.h>
#include <openssl/ssl.h>