X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=configure;fp=configure;h=056aad7ec235e10564032d4a37f2e42e630c4c08;hp=750475d6968732074c6f73d0beee2bb7dd979c54;hb=1a886de8480fc5d0b842613f2cf375415d94bbb7;hpb=a028bdc88a9fca7a274fe9a2f3dc7d824aedd8bc diff --git a/configure b/configure index 750475d..056aad7 100755 --- a/configure +++ b/configure @@ -2503,7 +2503,7 @@ fi echo "$ac_t""$ac_cv_type_quad_t" 1>&6 if test $ac_cv_type_quad_t = no; then cat >> confdefs.h <<\EOF -#define quad_t __s64 +#define quad_t int64_t EOF fi @@ -2536,7 +2536,7 @@ fi echo "$ac_t""$ac_cv_type_u_quad_t" 1>&6 if test $ac_cv_type_u_quad_t = no; then cat >> confdefs.h <<\EOF -#define u_quad_t __u64 +#define u_quad_t uint64_t EOF fi