Loading ares/configure.ac +2 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,8 @@ AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(time_t) AC_CHECK_TYPE(long long, [AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports long long])] [AC_DEFINE(HAVE_LONGLONG, 1, [Define to 1 if the compiler supports the 'long long' data type.])] longlong="yes" ) Loading configure.ac +2 −1 Original line number Diff line number Diff line Loading @@ -2001,7 +2001,8 @@ AC_CHECK_SIZEOF(time_t) AC_CHECK_SIZEOF(off_t) AC_CHECK_TYPE(long long, [AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports long long])] [AC_DEFINE(HAVE_LONGLONG, 1, [Define to 1 if the compiler supports the 'long long' data type.])] longlong="yes" ) Loading lib/config-os400.h +1 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 /* Define if 64 bit integers are supported. */ /* Define if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG /* The size of a `long long', as computed by sizeof. */ Loading lib/config-symbian.h +1 −1 Original line number Diff line number Diff line Loading @@ -312,7 +312,7 @@ /* Define to 1 if you have the `localtime_r' function. */ #define HAVE_LOCALTIME_R 1 /* if your compiler supports long long */ /* Define to 1 if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG 1 /* Define to 1 if you have the malloc.h header file. */ Loading lib/config-tpf.h +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ /* Define to 1 if you have the `localtime_r' function. */ #define HAVE_LOCALTIME_R 1 /* if your compiler supports long long */ /* Define to 1 if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG 1 /* Define to 1 if you need the malloc.h header file even with stdlib.h */ Loading Loading
ares/configure.ac +2 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,8 @@ AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(time_t) AC_CHECK_TYPE(long long, [AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports long long])] [AC_DEFINE(HAVE_LONGLONG, 1, [Define to 1 if the compiler supports the 'long long' data type.])] longlong="yes" ) Loading
configure.ac +2 −1 Original line number Diff line number Diff line Loading @@ -2001,7 +2001,8 @@ AC_CHECK_SIZEOF(time_t) AC_CHECK_SIZEOF(off_t) AC_CHECK_TYPE(long long, [AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports long long])] [AC_DEFINE(HAVE_LONGLONG, 1, [Define to 1 if the compiler supports the 'long long' data type.])] longlong="yes" ) Loading
lib/config-os400.h +1 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 /* Define if 64 bit integers are supported. */ /* Define if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG /* The size of a `long long', as computed by sizeof. */ Loading
lib/config-symbian.h +1 −1 Original line number Diff line number Diff line Loading @@ -312,7 +312,7 @@ /* Define to 1 if you have the `localtime_r' function. */ #define HAVE_LOCALTIME_R 1 /* if your compiler supports long long */ /* Define to 1 if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG 1 /* Define to 1 if you have the malloc.h header file. */ Loading
lib/config-tpf.h +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ /* Define to 1 if you have the `localtime_r' function. */ #define HAVE_LOCALTIME_R 1 /* if your compiler supports long long */ /* Define to 1 if the compiler supports the 'long long' data type. */ #define HAVE_LONGLONG 1 /* Define to 1 if you need the malloc.h header file even with stdlib.h */ Loading