X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=config.h.in;h=cde665289079bb91c8168819fbb8cec58d1469f7;hb=d0770796c762637f0e594599d999bcdbde86f3ca;hp=aca336e251e15a84eb8fbfbb097e00512b3268d0;hpb=920d7ed630551844ee38eb2dcf1f1af168f84c4f;p=ircu2.10.12-pk.git diff --git a/config.h.in b/config.h.in index aca336e..cde6652 100644 --- a/config.h.in +++ b/config.h.in @@ -145,9 +145,15 @@ /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT +/* The size of a `int64_t', as computed by sizeof. */ +#undef SIZEOF_INT64_T + /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG +/* The size of a `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT @@ -198,6 +204,9 @@ /* Define to `long' if does not define. */ #undef int32_t +/* Define to `long long' if does not define. */ +#undef int64_t + /* Define to `unsigned' if does not define. */ #undef size_t @@ -212,3 +221,6 @@ /* Define to `unsigned long' if does not define. */ #undef uint32_t + +/* Define to `unsigned long long' if does not define. */ +#undef uint64_t