Skip to content

Instantly share code, notes, and snippets.

@epipenau
Created November 1, 2014 20:56
Show Gist options
  • Select an option

  • Save epipenau/46f51d103eff8240e554 to your computer and use it in GitHub Desktop.

Select an option

Save epipenau/46f51d103eff8240e554 to your computer and use it in GitHub Desktop.
# 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