added stix-mac.h and made related changes

This commit is contained in:
hyunghwan.chung
2015-12-03 05:46:11 +00:00
parent 6544340db4
commit f40b5fb0c1
6 changed files with 77 additions and 9 deletions

View File

@ -46,6 +46,8 @@
# include <os2.h>
#elif defined(__DOS__)
/* nothing to include */
#elif defined(macintosh)
/* nothing to include */
#else
# include <unistd.h>
# include <ltdl.h>