- Split tap device stuff out of net.[ch]
[tinc] / system.h
index f6b2bd8..51adca0 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>
+
 #endif /* __TINC_SYSTEM_H__ */