mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
10 lines
144 B
C
10 lines
144 B
C
#include <MacHeaders.h>
|
|
#define B_ENDIAN
|
|
#ifdef __POWERPC__
|
|
#pragma longlong on
|
|
#endif
|
|
#if 1
|
|
#define MAC_OS_GUSI_SOURCE
|
|
#endif
|
|
#define MONOLITH
|