From 9938544706154aa7849596f68204d152aa564154 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 4 Sep 2009 23:50:35 +0000 Subject: Added "setcon" directive for interoperability with SELinux (Sebastien Raveau). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4932 e7ae566f-a301-0410-adde-c780ea21d3b5 --- syshead.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syshead.h') diff --git a/syshead.h b/syshead.h index b6f3c4e..6e81103 100644 --- a/syshead.h +++ b/syshead.h @@ -180,6 +180,10 @@ #include #endif +#ifdef HAVE_SETCON +#include +#endif + #ifdef TARGET_SOLARIS #ifdef HAVE_STRINGS_H #include -- cgit v1.2.3