Improve handling invitation read errors.
[tinc] / src / system.h
index f9675f9..0224fbe 100644 (file)
@@ -21,7 +21,7 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#include "../config.h"
+#include "config.h"
 
 #include "have.h"
 
 # define strsignal(p) ""
 #endif
 
+#if _____LP64_____
+#define SUBNET_HASH_SIZE 0x10000
+#else
+#define SUBNET_HASH_SIZE 0x1000
+#endif
+
 /* Other functions */
 
 #include "dropin.h"