Changeset 874 for trunk/server/source3/configure
- Timestamp:
- Feb 18, 2015, 10:18:05 AM (10 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 870-871
- Property svn:mergeinfo changed
-
trunk/server/source3/configure
r873 r874 5831 5831 since some C++ compilers masquerading as C compilers 5832 5832 incorrectly reject 9223372036854775807. */ 5833 #define LARGE_OFF_T ((( off_t) 1 << 62) - 1 + ((off_t) 1 << 62))5833 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) 5834 5834 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 5835 5835 && LARGE_OFF_T % 2147483647 == 1) … … 5877 5877 since some C++ compilers masquerading as C compilers 5878 5878 incorrectly reject 9223372036854775807. */ 5879 #define LARGE_OFF_T ((( off_t) 1 << 62) - 1 + ((off_t) 1 << 62))5879 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) 5880 5880 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 5881 5881 && LARGE_OFF_T % 2147483647 == 1) … … 5901 5901 since some C++ compilers masquerading as C compilers 5902 5902 incorrectly reject 9223372036854775807. */ 5903 #define LARGE_OFF_T ((( off_t) 1 << 62) - 1 + ((off_t) 1 << 62))5903 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) 5904 5904 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 5905 5905 && LARGE_OFF_T % 2147483647 == 1) … … 5946 5946 since some C++ compilers masquerading as C compilers 5947 5947 incorrectly reject 9223372036854775807. */ 5948 #define LARGE_OFF_T ((( off_t) 1 << 62) - 1 + ((off_t) 1 << 62))5948 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) 5949 5949 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 5950 5950 && LARGE_OFF_T % 2147483647 == 1) … … 5970 5970 since some C++ compilers masquerading as C compilers 5971 5971 incorrectly reject 9223372036854775807. */ 5972 #define LARGE_OFF_T ((( off_t) 1 << 62) - 1 + ((off_t) 1 << 62))5972 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) 5973 5973 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 5974 5974 && LARGE_OFF_T % 2147483647 == 1)
Note:
See TracChangeset
for help on using the changeset viewer.