]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/compat.h
Added missing SET AUTOMODE option #6 in chanserv.help
[irc/evilnet/x3.git] / src / compat.h
index 232af42ed6373465fb33a96062c751061a6a9051..bfbfce8d350fb031d9037ebeffa9d70a28280f77 100644 (file)
@@ -110,6 +110,7 @@ struct addrinfo {
 
 #define AI_PASSIVE 1
 #define AI_CANONNAME 2
+#define AI_NUMERICHOST 4
 
 #endif /* !defined(HAVE_STRUCT_ADDRINFO) */
 
@@ -121,4 +122,8 @@ void freeaddrinfo(struct addrinfo *res);
 
 #endif
 
+#ifndef SIGCHLD
+# define SIGCHLD SIGCLD
+#endif
+
 #endif /* COMPAT_H */