Check for the function strsignal, and define it to "" if it is not
[oweals/tinc.git] / system.h
index f6b2bd8bf01f43dd6b225333431211dd2015a680..5691d8bcaa5f3775d2faaa56f41d45d8bd43f7a5 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__ */