Created
November 1, 2014 20:56
-
-
Save epipenau/46f51d103eff8240e554 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # if defined(sun) && defined(__x86_64__) | |
| # define X86_64 | |
| /* Test for SunOS 5.x */ | |
| # include <errno.h> | |
| # ifdef ECHRNG | |
| # define SUNOS5 | |
| # else | |
| # define SUNOS4 | |
| # endif | |
| # define mach_type_known | |
| # endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment