libimcv: Add fallback if IPSEC_SCRIPT is not defined
This is the case on Android.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user