From 9276df91277e925dc76aab050fb2c121aa87a370 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 30 May 2008 11:59:51 +0000 Subject: [PATCH] Patch for OpenBSD. --- src/third_party/libircclient/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/third_party/libircclient/include/config.h b/src/third_party/libircclient/include/config.h index 0c6e51ab..47fe2bb6 100644 --- a/src/third_party/libircclient/include/config.h +++ b/src/third_party/libircclient/include/config.h @@ -2,7 +2,7 @@ /* include/config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the `gethostbyname_r' function. */ -#ifndef __APPLE__ +#if !defined(__APPLE__) && !defined(__OpenBSD__) #define HAVE_GETHOSTBYNAME_R 1 #endif