Skip to content

Commit 6589405

Browse files
author
Marc-Antoine Arnaud
committed
remove generated file
1 parent 18e4942 commit 6589405

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configure

+5-5
Original file line numberDiff line numberDiff line change
@@ -15114,7 +15114,7 @@ else
1511415114
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1511515115
since some C++ compilers masquerading as C compilers
1511615116
incorrectly reject 9223372036854775807. */
15117-
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15117+
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
1511815118
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1511915119
&& LARGE_OFF_T % 2147483647 == 1)
1512015120
? 1 : -1];
@@ -15160,7 +15160,7 @@ else
1516015160
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1516115161
since some C++ compilers masquerading as C compilers
1516215162
incorrectly reject 9223372036854775807. */
15163-
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15163+
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
1516415164
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1516515165
&& LARGE_OFF_T % 2147483647 == 1)
1516615166
? 1 : -1];
@@ -15184,7 +15184,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1518415184
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1518515185
since some C++ compilers masquerading as C compilers
1518615186
incorrectly reject 9223372036854775807. */
15187-
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15187+
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
1518815188
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1518915189
&& LARGE_OFF_T % 2147483647 == 1)
1519015190
? 1 : -1];
@@ -15229,7 +15229,7 @@ else
1522915229
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1523015230
since some C++ compilers masquerading as C compilers
1523115231
incorrectly reject 9223372036854775807. */
15232-
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15232+
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
1523315233
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1523415234
&& LARGE_OFF_T % 2147483647 == 1)
1523515235
? 1 : -1];
@@ -15253,7 +15253,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1525315253
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1525415254
since some C++ compilers masquerading as C compilers
1525515255
incorrectly reject 9223372036854775807. */
15256-
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15256+
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
1525715257
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1525815258
&& LARGE_OFF_T % 2147483647 == 1)
1525915259
? 1 : -1];

0 commit comments

Comments
 (0)