提交 c9757f72 authored 作者: Brian West's avatar Brian West

FS-6292 additional define to avoid on NetBSD, If someone wants to get this…

FS-6292 additional define to avoid on NetBSD, If someone wants to get this workign please submit patches
上级 d7abe523
......@@ -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)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论