X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.h.in;h=2d01bb0a7cd951ef6055304dd655e43e948b71df;hb=9b8fa78fb55b0c034ea326abb8dde6960045432a;hp=96d03754e15abe99a443c25cc5f582461ccae97b;hpb=d635821b27aff13babb201eb6ae12a9f5fdaaae6;p=platform%2Fupstream%2Fecore.git diff --git a/config.h.in b/config.h.in index 96d0375..2d01bb0 100644 --- a/config.h.in +++ b/config.h.in @@ -617,6 +617,11 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* 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 @@ -639,6 +644,9 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const +/* Define to `unsigned int' if does not define. */ +#undef size_t + #endif /* EFL_CONFIG_H__ */