X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=5691d8bcaa5f3775d2faaa56f41d45d8bd43f7a5;hp=f6b2bd8bf01f43dd6b225333431211dd2015a680;hb=699f3b4c93482055c0832c9a6b76dc0294967003;hpb=67a4abda707b28b9c77cb35ff1e800e6a5b0991c diff --git a/system.h b/system.h index f6b2bd8b..5691d8bc 100644 --- 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__ */