Use _LP64 to indicate 64-bit platform, per suggestion on source-changes@.

This commit is contained in:
nakayama 2004-04-05 13:06:23 +00:00
parent 9a6b10ea6b
commit 083eb7818c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ extern int h_errno;
# include <net/if_types.h>
#endif
#if defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__)
#ifdef _LP64
#define PTRSIZE_64BIT
#endif