Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f0f6e commit f98e2a7Copy full SHA for f98e2a7
2 files changed
acconfig.h
@@ -96,5 +96,17 @@
96
/* Define if you want to compile in rudimentary thread support */
97
#undef WITH_THREAD
98
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
111
112
/* Leave that blank line there-- autoheader needs it! */
0 commit comments