mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@78880 d073be05-634f-4543-b044-5fe20cf6d1d6
16 lines
233 B
Plaintext
16 lines
233 B
Plaintext
/HAVE_LONG_INT_64/c
|
|
#ifdef __LP64__
|
|
#define HAVE_LONG_INT_64 1
|
|
#else
|
|
/* #undef HAVE_LONG_INT_64 */
|
|
#endif
|
|
.
|
|
/HAVE_LONG_LONG_INT_64/c
|
|
#ifdef __LP64__
|
|
/* #undef HAVE_LONG_LONG_INT_64 */
|
|
#else
|
|
#define HAVE_LONG_LONG_INT_64 1
|
|
#endif
|
|
.
|
|
w
|