Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f98e2a7

Browse files
committed
Changes for long file support by Steve Clift.
1 parent 00f0f6e commit f98e2a7

2 files changed

Lines changed: 273 additions & 145 deletions

File tree

acconfig.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,17 @@
9696
/* Define if you want to compile in rudimentary thread support */
9797
#undef WITH_THREAD
9898

99+
/* The number of bytes in an off_t. */
100+
#undef SIZEOF_OFF_T
101+
102+
/* Defined to enable large file support when an off_t is bigger than a long
103+
and long long is available and at least as big as an off_t. You may need
104+
to add some flags for configuration and compilation to enable this mode.
105+
E.g, for Solaris 2.7:
106+
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-O2 $CFLAGS" \
107+
configure
108+
*/
109+
#undef HAVE_LARGEFILE_SUPPORT
110+
99111

100112
/* Leave that blank line there-- autoheader needs it! */

0 commit comments

Comments
 (0)