blob: 117bdb5429be61f4f901e2ac26018345aa9960da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: lame-3.96.1/config.h.in
===================================================================
--- lame-3.96.1.orig/config.h.in
+++ lame-3.96.1/config.h.in
@@ -328,3 +328,10 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
|