Add BindToAddress variable, similar to the late BindToIP.
[tinc] / system.h
index f6b2bd8..8006d1a 100644 (file)
--- a/system.h
+++ b/system.h
 #endif
 #define N_(Text) Text
 
+#ifndef HAVE_STRSIGNAL
+# define strsignal(p) ""
+#endif
+
+/* Other functions */
+#include <dropin.h>
+
+#ifndef HAVE_SOCKLEN_T
+typedef int socklen_t;
+#endif
+
 #endif /* __TINC_SYSTEM_H__ */