probably want this

This commit is contained in:
Anthony Minessale 2011-12-07 05:16:43 -06:00
parent a7d75db50b
commit 4af665317d
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@
*
*/
#ifndef WIN32
#include "switch_private.h"
#endif
#if defined(HAVE_OPENPTY) || defined(HAVE_DEV_PTMX) || defined(HAVE_POSIX_OPENPT)
#define MODEM_SUPPORT 1
#if !defined(HAVE_POSIX_OPENPT) && !defined(HAVE_DEV_PTMX)