File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2313,7 +2313,7 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
2313
2313
"$ac_cv_sizeof_long_long" -ge "$ac_cv_sizeof_off_t"; then
2314
2314
AC_DEFINE ( HAVE_LARGEFILE_SUPPORT , 1 ,
2315
2315
[ Defined to enable large file support when an off_t is bigger than a long
2316
- and long long is available and at least as big as an off_t. You may need
2316
+ and long long is at least as big as an off_t. You may need
2317
2317
to add some flags for configuration and compilation to enable this mode.
2318
2318
(For Solaris and Linux, the necessary defines are already defined.)] )
2319
2319
AC_MSG_RESULT ( yes )
Original file line number Diff line number Diff line change 569
569
#undef HAVE_LANGINFO_H
570
570
571
571
/* Defined to enable large file support when an off_t is bigger than a long
572
- and long long is at least as big as an off_t. You may need to
573
- add some flags for configuration and compilation to enable this mode. (For
574
- Solaris and Linux, the necessary defines are already defined.) */
572
+ and long long is at least as big as an off_t. You may need to add some
573
+ flags for configuration and compilation to enable this mode. (For Solaris
574
+ and Linux, the necessary defines are already defined.) */
575
575
#undef HAVE_LARGEFILE_SUPPORT
576
576
577
577
/* Define to 1 if you have the 'lchflags' function. */
You can’t perform that action at this time.
0 commit comments