Updating HEAD branch #4; Merging CABAL -> HEAD.
[oweals/tinc.git] / system.h
index f6b2bd8bf01f43dd6b225333431211dd2015a680..51adca0b785679c8ae34069a32e4483d69412426 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__ */