mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* include/slang.h: Define __unix__ if _AIX is defined.
Needed on AIX.
This commit is contained in:
parent
c1f1ce5028
commit
f591dda4ea
@ -1,3 +1,8 @@
|
||||
2004-10-27 Nerijus Baliunas <nerijus@users.sourceforge.net>
|
||||
|
||||
* include/slang.h: Define __unix__ if _AIX is defined.
|
||||
Needed on AIX.
|
||||
|
||||
2004-10-14 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* sldisply.c (tt_sprintf): Add missed break.
|
||||
|
@ -24,7 +24,7 @@
|
||||
# endif
|
||||
#endif /* __watcomc__ */
|
||||
|
||||
#if defined(unix) || defined(__unix)
|
||||
#if defined(unix) || defined(__unix) || defined (_AIX)
|
||||
# ifndef __unix__
|
||||
# define __unix__ 1
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user