Skip to content

Commit

Permalink
comment edits - closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Dec 6, 2013
1 parent 9c3666c commit bf0d794
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,11 @@
# endif
#endif

/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

Expand Down

0 comments on commit bf0d794

Please sign in to comment.