removed NAT_TRAVERSAL and VIRTUAL_IP compile options

This commit is contained in:
Andreas Steffen
2006-07-07 05:50:02 +00:00
parent ad3dab0520
commit dc33fee770
21 changed files with 197 additions and 481 deletions
+2 -5
View File
@@ -30,10 +30,7 @@
#include "whack.h"
#include "vendor.h"
#include "kernel.h"
#ifdef NAT_TRAVERSAL
#include "nat_traversal.h"
#endif
/**
* Unknown/Special VID:
@@ -348,7 +345,7 @@ handle_known_vendorid (struct msg_digest *md
md->openpgp = TRUE;
vid_useful = TRUE;
break;
#ifdef NAT_TRAVERSAL
/*
* Use most recent supported NAT-Traversal method and ignore the
* other ones (implementations will send all supported methods but
@@ -376,7 +373,7 @@ handle_known_vendorid (struct msg_digest *md
vid_useful = TRUE;
}
break;
#endif
/* Remote side would like to do DPD with us on this connection */
case VID_MISC_DPD:
md->dpd = TRUE;