From 20e42e5bbeed5838e7e14f6ce2dcc8f48614a4ae Mon Sep 17 00:00:00 2001 From: darkelf Date: Wed, 16 Aug 2006 16:32:53 +0000 Subject: [PATCH] Fixed broken compile because of sockaddr_storage --- include/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/config.h b/include/config.h index 587e0e049..07d31a94b 100644 --- a/include/config.h +++ b/include/config.h @@ -70,6 +70,11 @@ #undef NO_FDLIST +/* + * system have sockaddr_storage struct. + */ +#define HAVE_STRUCT_SOCKADDR_STORAGE 1 + /* * Defining this will allow all ircops to see people in +s channels * By default, only net/tech admins can see this