libimcv: Add fallback if IPSEC_SCRIPT is not defined

This is the case on Android.
This commit is contained in:
Tobias Brunner
2014-10-13 18:16:47 +02:00
parent ba0355c4ae
commit 668fbd4907
+4
View File
@@ -32,6 +32,10 @@
#include <syslog.h>
#endif
#ifndef IPSEC_SCRIPT
#define IPSEC_SCRIPT "ipsec"
#endif
#define IMCV_DEBUG_LEVEL 1
#define IMCV_DEFAULT_POLICY_SCRIPT IPSEC_SCRIPT " _imv_policy"