|
|
|
@ -15046,7 +15046,7 @@ else |
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807, |
|
|
|
|
since some C++ compilers masquerading as C compilers |
|
|
|
|
incorrectly reject 9223372036854775807. */ |
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) |
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1) |
|
|
|
|
? 1 : -1]; |
|
|
|
@ -15092,7 +15092,7 @@ else |
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807, |
|
|
|
|
since some C++ compilers masquerading as C compilers |
|
|
|
|
incorrectly reject 9223372036854775807. */ |
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) |
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1) |
|
|
|
|
? 1 : -1]; |
|
|
|
@ -15116,7 +15116,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807, |
|
|
|
|
since some C++ compilers masquerading as C compilers |
|
|
|
|
incorrectly reject 9223372036854775807. */ |
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) |
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1) |
|
|
|
|
? 1 : -1]; |
|
|
|
@ -15161,7 +15161,7 @@ else |
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807, |
|
|
|
|
since some C++ compilers masquerading as C compilers |
|
|
|
|
incorrectly reject 9223372036854775807. */ |
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) |
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1) |
|
|
|
|
? 1 : -1]; |
|
|
|
@ -15185,7 +15185,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807, |
|
|
|
|
since some C++ compilers masquerading as C compilers |
|
|
|
|
incorrectly reject 9223372036854775807. */ |
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) |
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) |
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 |
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1) |
|
|
|
|
? 1 : -1]; |
|
|
|
@ -19335,7 +19335,7 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF |
|
|
|
|
#define PG_VERSION_STR "Percona Server for PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit" |
|
|
|
|
#define PG_VERSION_STR "PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit" |
|
|
|
|
_ACEOF |
|
|
|
|
|
|
|
|
|
|
|
|
|
|