You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:49:28 UTC

svn commit: r1077732 [3/5] - in /hadoop/common/branches/branch-0.20-security-patches/src: mapred/org/apache/hadoop/mapred/ native/ native/src/org/apache/hadoop/io/nativeio/

Modified: hadoop/common/branches/branch-0.20-security-patches/src/native/config.h.in
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/native/config.h.in?rev=1077732&r1=1077731&r2=1077732&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/native/config.h.in (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/native/config.h.in Fri Mar  4 04:49:28 2011
@@ -94,5 +94,11 @@
 /* Version number of package */
 #undef VERSION
 
+/* 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
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const