vpnengine/vpntcwrapper/rom/vpntcwrapper.iby
branchRCL_3
changeset 18 5db1ac3b4374
parent 0 33413c0669b9
--- a/vpnengine/vpntcwrapper/rom/vpntcwrapper.iby	Wed Apr 14 17:02:54 2010 +0300
+++ b/vpnengine/vpntcwrapper/rom/vpntcwrapper.iby	Tue Apr 27 17:41:51 2010 +0300
@@ -20,11 +20,7 @@
 #ifndef __VPNTCWRAPPER_IBY__
 #define __VPNTCWRAPPER_IBY__
 
-#ifdef SYMBIAN_EXCLUDE_IPSEC
-
-REM Feature VPNTCWRAPPER not included in this rom
-
-#else
+#ifdef FF_VPN_CLIENT
 
 #ifdef __SAP_TERMINAL_CONTROL_FW
 #ifdef __SAP_POLICY_MANAGEMENT
@@ -34,6 +30,6 @@
 #endif //__SAP_POLICY_MANAGEMENT
 #endif //__SAP_TERMINAL_CONTROL_FW
 
-#endif // SYMBIAN_EXCLUDE_IPSEC
+#endif // FF_VPN_CLIENT
 
 #endif // __VPNTCWRAPPER_IBY__