mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Tue Mar 14 18:54:19 CET 2000 Werner Koch
This commit is contained in:
parent
eb5727c51d
commit
e243db9748
11 changed files with 68 additions and 45 deletions
|
@ -96,7 +96,7 @@
|
|||
#elif SIZEOF_UNSIGNED_LONG == 8
|
||||
typedef unsigned long u64;
|
||||
#define HAVE_U64_TYPEDEF
|
||||
#elif __GNUC__ >= 2 || defined(__SUNPRO_C) || defined(_LONGLONG)
|
||||
#elif SIZEOF_UNSIGNED_LONG_LONG == 8
|
||||
typedef unsigned long long u64;
|
||||
#define HAVE_U64_TYPEDEF
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue