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:
Kevin P. Fleming
2005-07-05 19:30:18 +00:00
parent 232e7869e0
commit 7d841b1885
4 changed files with 54 additions and 3 deletions

View File

@@ -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