equal
deleted
inserted
replaced
76 # undef AMIGA |
76 # undef AMIGA |
77 # endif |
77 # endif |
78 # ifdef amiga |
78 # ifdef amiga |
79 # undef amiga |
79 # undef amiga |
80 # endif |
80 # endif |
|
81 /* Act like we already included this file, as it somehow gives linkage problems |
|
82 * (mismatch linkage of C++ and C between this include and unistd.h). */ |
|
83 #define CLIB_USERGROUP_PROTOS_H |
81 #endif /* __MORPHOS__ */ |
84 #endif /* __MORPHOS__ */ |
82 |
85 |
83 #ifdef __APPLE__ |
86 #ifdef __APPLE__ |
84 # include "os/macosx/osx_stdafx.h" |
87 # include "os/macosx/osx_stdafx.h" |
85 /* Make endian swapping use Apple's macros to increase speed (since it will use hardware swapping if available) |
88 /* Make endian swapping use Apple's macros to increase speed (since it will use hardware swapping if available) |