X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=config.h.in;h=a88bd2a747091061ae338f109881d8e8dafb27e1;hb=d3732a241b25f95ed1f816056bb6ac1b2285daf8;hp=a422e9825ba2e18d7cb9af1ebe9eac1f139a987f;hpb=c14414799a4caf1569648fce1b61aceb95f6cafc;p=psensor.git diff --git a/config.h.in b/config.h.in index a422e98..a88bd2a 100644 --- a/config.h.in +++ b/config.h.in @@ -31,6 +31,9 @@ */ #undef HAVE_DCGETTEXT +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + /* Use gconf2 */ #undef HAVE_GCONF2 @@ -52,6 +55,9 @@ /* Use JSON */ #undef HAVE_JSON +/* Use JSON0 */ +#undef HAVE_JSON_0 + /* libatiadl is available */ #undef HAVE_LIBATIADL @@ -165,9 +171,26 @@ /* Version number of package */ #undef VERSION +/* 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 + +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ +#undef _LARGEFILE_SOURCE + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc +/* Define to `long int' if does not define. */ +#undef off_t + /* Define to rpl_realloc if the replacement function should be used. */ #undef realloc