Check for the function strsignal, and define it to "" if it is not
[tinc] / system.h
index f6b2bd8..5691d8b 100644 (file)
--- a/system.h
+++ b/system.h
@@ -41,5 +41,9 @@
 #endif
 #define N_(Text) Text
 
+#ifndef HAVE_STRSIGNAL
+# define strsignal(p) ""
+#endif
+
 #endif /* __TINC_SYSTEM_H__ */