Use buffer instead of line in read_config_file(), line may be assigned
[tinc] / system.h
index f6b2bd8..51adca0 100644 (file)
--- a/system.h
+++ b/system.h
 #endif
 #define N_(Text) Text
 
 #endif
 #define N_(Text) Text
 
+#ifndef HAVE_STRSIGNAL
+# define strsignal(p) ""
+#endif
+
+/* Other functions */
+#include <dropin.h>
+
 #endif /* __TINC_SYSTEM_H__ */
 
 #endif /* __TINC_SYSTEM_H__ */