From 9374a46543e9c43c009f80def8c3b2506b0b377e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 3 Apr 2014 03:08:50 +0200 Subject: Imported Upstream version 8.2.0 --- config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index c409410..caf514e 100644 --- a/config.h.in +++ b/config.h.in @@ -100,9 +100,15 @@ /* set define */ #undef HAVE_GLOB_NOMAGIC +/* Define to 1 if you have the `inotify_init' function. */ +#undef HAVE_INOTIFY_INIT + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* jemalloc support is integrated. */ +#undef HAVE_JEMALLOC + /* Define to 1 if you have the `json_object_new_int64' function. */ #undef HAVE_JSON_OBJECT_NEW_INT64 @@ -274,6 +280,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_INOTIFY_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H @@ -470,6 +479,11 @@ `char[]'. */ #undef YYTEXT_POINTER +/* 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 -- cgit v1.2.3