1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Minimize Cygwin64 changes & use __unix__ instead of CYGWIN.

This commit is contained in:
2013-09-14 21:31:42 +08:00
parent 15012326db
commit e83feafda1
4 changed files with 6 additions and 8 deletions

View File

@@ -54,7 +54,7 @@
#undef BSD
#endif
#if defined(SYSV) || defined(u3b2) || defined(_AIX) || (defined(i386) && defined(unix)) || defined(__hpux) || defined( CYGWIN)
#if defined(SYSV) || defined(u3b2) || defined(_AIX) || (defined(i386) && defined(unix)) || defined(__hpux) || defined( __unix__)
#define USG 1 /* System V UNIX */
#else
#define USG 0