Add osdep-cgywin.c as a copy of osdep-linux.c, from J Raynor.

This commit is contained in:
Nicholas Marriott
2014-03-08 08:44:24 +00:00
parent b1a87b2ee4
commit 3625bcba24
3 changed files with 92 additions and 2 deletions

View File

@ -501,6 +501,10 @@ case "$host_os" in
AC_MSG_RESULT(hpux)
PLATFORM=hpux
;;
*cygwin*)
AC_MSG_RESULT(cygwin)
PLATFORM=cygwin
;;
*)
AC_MSG_RESULT(unknown)
PLATFORM=unknown