diff options
| author | Martin Willi <martin@strongswan.org> | 2008-07-31 14:32:11 +0000 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2008-07-31 14:32:11 +0000 |
| commit | 092a9b88ad2fd39fd4773739621a6b6cc093d3f8 (patch) | |
| tree | e8fc5c58a7ff407c57ff19513becf81a5a2601ed /src/charon/plugins/nm/nm_service.h | |
| parent | 5e9346ed92d4e7de54110eb4d7535b31452e84b4 (diff) | |
| download | strongswan-092a9b88ad2fd39fd4773739621a6b6cc093d3f8.tar.bz2 strongswan-092a9b88ad2fd39fd4773739621a6b6cc093d3f8.tar.xz | |
added options for virtual IP, UDP encapsulation, IPComp
proper handling of libstrongswan/glib TRUE/FALSE conflict
Diffstat (limited to 'src/charon/plugins/nm/nm_service.h')
| -rw-r--r-- | src/charon/plugins/nm/nm_service.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charon/plugins/nm/nm_service.h b/src/charon/plugins/nm/nm_service.h index 71334723f..67d4c6b85 100644 --- a/src/charon/plugins/nm/nm_service.h +++ b/src/charon/plugins/nm/nm_service.h @@ -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)) |
