Skip to content

Commit

Permalink
update asyncns
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Apr 19, 2014
1 parent 1c02395 commit aa2a514
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 170 deletions.
5 changes: 5 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,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
Loading

0 comments on commit aa2a514

Please sign in to comment.