aboutsummaryrefslogtreecommitdiffstats
path: root/editline/config.h.in
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-05 19:30:18 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-05 19:30:18 +0000
commit7104dd0bc94b6b1aa4b06686f7e51be2af82fca1 (patch)
treed3552b9e2ecd7c795f505e69213bb1738d034ee8 /editline/config.h.in
parentb329e2e4b0ea20f79ecd17caacf1f18604105e9b (diff)
make editline build properly on cygwin (bug #4624)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6029 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'editline/config.h.in')
-rwxr-xr-xeditline/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/editline/config.h.in b/editline/config.h.in
index a645a7f06..151fb226d 100755
--- a/editline/config.h.in
+++ b/editline/config.h.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