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