mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 18:46:16 +00:00
make editline build properly on cygwin (bug #4624)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#undef SUNOS
|
||||
#undef CYGWIN
|
||||
|
||||
#undef HAVE_SYS_CDEFS_H
|
||||
#undef HAVE_TERMCAP_H
|
||||
@@ -15,3 +16,6 @@
|
||||
#undef HAVE_STRUNVIS
|
||||
|
||||
#include "sys.h"
|
||||
#ifdef CYGWIN
|
||||
# include "cygdef.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user