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=1077550&r1=1077549&r2=1077550&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:28:09 2011 @@ -6,6 +6,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H
