From c9757f72a5fec1e376e7209165c6924947e21a66 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 19 Mar 2014 03:35:42 -0500 Subject: [PATCH] FS-6292 additional define to avoid on NetBSD, If someone wants to get this workign please submit patches --- src/mod/applications/mod_spandsp/mod_spandsp_modem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h index 08a2514d97..8d41cd2daa 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h +++ b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h @@ -35,7 +35,7 @@ #undef HAVE_STDLIB_H #include "switch_private.h" #endif -#if !defined(__sun__) && !defined(__OpenBSD__) && !defined(__DragonFly__) && \ +#if !defined(__sun__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) && \ (defined(HAVE_OPENPTY) || defined(HAVE_DEV_PTMX) || defined(HAVE_POSIX_OPENPT) || WIN32) #define MODEM_SUPPORT 1 #if !defined(HAVE_POSIX_OPENPT) && !defined(HAVE_DEV_PTMX) && !defined(WIN32)