added options for virtual IP, UDP encapsulation, IPComp

proper handling of libstrongswan/glib TRUE/FALSE conflict
This commit is contained in:
Martin Willi
2008-07-31 14:32:11 +00:00
parent 5e9346ed92
commit 092a9b88ad
3 changed files with 36 additions and 13 deletions
-2
View File
@@ -26,8 +26,6 @@
#include <glib/gtypes.h>
#include <glib-object.h>
#include <nm-vpn-plugin.h>
#undef TRUE
#undef FALSE
#define NM_TYPE_STRONGSWAN_PLUGIN (nm_strongswan_plugin_get_type ())
#define NM_STRONGSWAN_PLUGIN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_STRONGSWAN_PLUGIN, NMSTRONGSWANPlugin))