Ignore:
Timestamp:
Nov 14, 2013, 4:49:48 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update Samba core to 3.5.22

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/include/config.h.in

    r773 r832  
    33563356#undef YYTEXT_POINTER
    33573357
     3358/* Enable large inode numbers on Mac OS X 10.5.  */
     3359#ifndef _DARWIN_USE_64_BIT_INODE
     3360# define _DARWIN_USE_64_BIT_INODE 1
     3361#endif
     3362
    33583363/* File offset bits */
    33593364#undef _FILE_OFFSET_BITS
Note: See TracChangeset for help on using the changeset viewer.