2001-10-23 00:24:11 +02:00
|
|
|
/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
|
2003-10-24 05:41:22 +02:00
|
|
|
/* config.h. Generated by configure. */
|
2010-07-13 17:59:16 +02:00
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define if building universal (internal helper macro) */
|
|
|
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
|
|
|
|
2012-09-26 11:47:52 +02:00
|
|
|
/* The normal alignment of `guint32', in bytes. */
|
|
|
|
#define ALIGNOF_GUINT32 4
|
|
|
|
|
|
|
|
/* The normal alignment of `guint64', in bytes. */
|
|
|
|
#define ALIGNOF_GUINT64 8
|
|
|
|
|
|
|
|
/* The normal alignment of `unsigned long', in bytes. */
|
|
|
|
#define ALIGNOF_UNSIGNED_LONG 4
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* poll doesn't work on devices */
|
|
|
|
#define BROKEN_POLL 1
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
|
|
systems. This function is required for `alloca.c' support on those systems.
|
|
|
|
*/
|
|
|
|
/* #undef CRAY_STACKSEG_END */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if using `alloca.c'. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef C_ALLOCA */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Whether to disable memory pools */
|
|
|
|
/* #undef DISABLE_MEM_POOLS */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Whether to enable GC friendliness by default */
|
|
|
|
/* #undef ENABLE_GC_FRIENDLY_DEFAULT */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* always defined to indicate that i18n is enabled */
|
|
|
|
#define ENABLE_NLS 1
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define the gettext package to be used */
|
|
|
|
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to the GLIB binary age */
|
|
|
|
#define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to the GLIB interface age */
|
|
|
|
#define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define the location where the catalogs will be installed */
|
2007-11-28 17:01:16 +01:00
|
|
|
#define GLIB_LOCALE_DIR "NONE/share/locale"
|
2003-10-24 05:41:22 +02:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to the GLIB major version */
|
|
|
|
#define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to the GLIB micro version */
|
2001-10-23 22:19:50 +02:00
|
|
|
#define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to the GLIB minor version */
|
2001-10-23 22:19:50 +02:00
|
|
|
#define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Have inline keyword */
|
2001-09-26 22:35:51 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define G_HAVE_INLINE 1
|
|
|
|
#else /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef G_HAVE_INLINE */
|
2001-09-26 22:35:51 +02:00
|
|
|
#endif /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
|
|
|
/* Have __inline keyword */
|
|
|
|
#define G_HAVE___INLINE 1
|
|
|
|
|
|
|
|
/* Have __inline__ keyword */
|
2007-01-18 20:05:21 +01:00
|
|
|
#if !defined(_MSC_VER) && !defined(__DMC__)
|
2001-09-26 22:35:51 +02:00
|
|
|
#define G_HAVE___INLINE__ 1
|
2007-01-18 20:05:21 +01:00
|
|
|
#else /* _MSC_VER or __DMC__ */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef G_HAVE___INLINE__ */
|
2007-01-18 20:05:21 +01:00
|
|
|
#endif /* _MSC_VER or __DMC__ */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
|
|
|
/* A 'va_copy' style function */
|
2003-10-24 05:41:22 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define G_VA_COPY va_copy
|
|
|
|
#else /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef G_VA_COPY */
|
2003-10-24 05:41:22 +02:00
|
|
|
#endif /* _MSC_VER */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* 'va_lists' cannot be copies as values */
|
|
|
|
/* #undef G_VA_COPY_AS_ARRAY */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have `alloca', as a function or macro. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define HAVE_ALLOCA 1
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
|
|
|
*/
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_ALLOCA_H */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <attr/xattr.h> header file. */
|
|
|
|
/* #undef HAVE_ATTR_XATTR_H */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
2002-05-17 23:02:13 +02:00
|
|
|
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define if you have a version of the snprintf function with semantics as
|
|
|
|
specified by the ISO C99 standard. */
|
|
|
|
/* #undef HAVE_C99_SNPRINTF */
|
|
|
|
|
2001-12-22 09:29:06 +01:00
|
|
|
/* Define if you have a version of the vsnprintf function with semantics as
|
|
|
|
specified by the ISO C99 standard. */
|
|
|
|
/* #undef HAVE_C99_VSNPRINTF */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* define to 1 if Carbon is available */
|
|
|
|
/* #undef HAVE_CARBON */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `clock_gettime' function. */
|
|
|
|
/* #undef HAVE_CLOCK_GETTIME */
|
|
|
|
|
2012-09-26 11:47:52 +02:00
|
|
|
/* define to 1 if Cocoa is available */
|
|
|
|
/* #undef HAVE_COCOA */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Have nl_langinfo (CODESET) */
|
|
|
|
/* #undef HAVE_CODESET */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the <crt_externs.h> header file. */
|
|
|
|
/* #undef HAVE_CRT_EXTERNS_H */
|
|
|
|
|
2010-05-19 09:47:02 +02:00
|
|
|
/* Define if dbus-1 is available */
|
|
|
|
/* #undef HAVE_DBUS1 */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `dcgettext' function. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define HAVE_DCGETTEXT 1
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
2012-11-19 05:38:28 +01:00
|
|
|
*/
|
2008-08-27 14:48:57 +02:00
|
|
|
#ifndef _MSC_VER
|
2001-11-05 02:15:38 +01:00
|
|
|
#define HAVE_DIRENT_H 1
|
2008-08-27 14:48:57 +02:00
|
|
|
#else
|
|
|
|
/* #undef HAVE_DIRENT_H */
|
|
|
|
#endif
|
2001-11-05 02:15:38 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_DLFCN_H */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if using dtrace probes. */
|
|
|
|
/* #undef HAVE_DTRACE */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the `endmntent' function. */
|
|
|
|
/* #undef HAVE_ENDMNTENT */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `endservent' function. */
|
|
|
|
/* #undef HAVE_ENDSERVENT */
|
|
|
|
|
2011-08-22 18:03:51 +02:00
|
|
|
/* we have the eventfd(2) system call */
|
|
|
|
/* #undef HAVE_EVENTFD */
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Define to 1 if you have the `fallocate' function. */
|
|
|
|
/* #undef HAVE_FALLOCATE */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define if we have FAM */
|
|
|
|
/* #undef HAVE_FAM */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <fam.h> header file. */
|
|
|
|
/* #undef HAVE_FAM_H */
|
|
|
|
|
|
|
|
/* Define if we have FAMNoExists in fam */
|
|
|
|
/* #undef HAVE_FAM_NO_EXISTS */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `fchmod' function. */
|
|
|
|
/* #undef HAVE_FCHMOD */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `fchown' function. */
|
|
|
|
/* #undef HAVE_FCHOWN */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `fdwalk' function. */
|
|
|
|
/* #undef HAVE_FDWALK */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <fstab.h> header file. */
|
|
|
|
/* #undef HAVE_FSTAB_H */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `fsync' function. */
|
|
|
|
/* #undef HAVE_FSYNC */
|
|
|
|
|
|
|
|
/* we have the futex(2) system call */
|
|
|
|
/* #undef HAVE_FUTEX */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `getc_unlocked' function. */
|
2002-05-17 23:02:13 +02:00
|
|
|
/* #undef HAVE_GETC_UNLOCKED */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the `getfsstat' function. */
|
|
|
|
/* #undef HAVE_GETFSSTAT */
|
|
|
|
|
2008-05-16 18:42:52 +02:00
|
|
|
/* Define to 1 if you have the `getmntent_r' function. */
|
|
|
|
/* #undef HAVE_GETMNTENT_R */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `getprotobyname_r' function. */
|
|
|
|
/* #undef HAVE_GETPROTOBYNAME_R */
|
|
|
|
|
2012-09-26 11:47:52 +02:00
|
|
|
/* Define to 1 if you have the `getresuid' function. */
|
|
|
|
/* #undef HAVE_GETRESUID */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define if the GNU gettext() function is already present or preinstalled. */
|
|
|
|
#define HAVE_GETTEXT 1
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the `getvfsstat' function. */
|
|
|
|
/* #undef HAVE_GETVFSSTAT */
|
|
|
|
|
2008-09-15 17:14:00 +02:00
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
|
|
/* #undef HAVE_GMTIME_R */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* define to use system printf */
|
|
|
|
/* #undef HAVE_GOOD_PRINTF */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the `hasmntopt' function. */
|
|
|
|
/* #undef HAVE_HASMNTOPT */
|
|
|
|
|
2014-05-19 08:49:39 +02:00
|
|
|
/* Target the Windows XP API */
|
2014-05-23 04:14:16 +02:00
|
|
|
#ifndef _WIN32_WINNT
|
2014-05-19 08:49:39 +02:00
|
|
|
#define _WIN32_WINNT 0x0501
|
2014-05-23 04:14:16 +02:00
|
|
|
#endif
|
2014-05-19 08:49:39 +02:00
|
|
|
|
|
|
|
#if _WIN32_WINNT >= 0x0600
|
|
|
|
/* if_indextoname() and if_nametoindex() are available on Windows Vista/Server
|
|
|
|
* 2008 or later, so we can make use of them when building agaist Vista/Server
|
|
|
|
* 2008 or later.
|
|
|
|
*/
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Define to 1 if you have the `if_indextoname' function. */
|
2014-05-19 08:49:39 +02:00
|
|
|
#define HAVE_IF_INDEXTONAME 1
|
2013-08-16 04:29:41 +02:00
|
|
|
|
2012-02-08 12:52:55 +01:00
|
|
|
/* Define to 1 if you have the `if_nametoindex' function. */
|
2014-05-19 08:49:39 +02:00
|
|
|
#define HAVE_IF_NAMETOINDEX 1
|
|
|
|
|
|
|
|
#endif
|
2012-02-08 12:52:55 +01:00
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `inotify_init1' function. */
|
|
|
|
/* #undef HAVE_INOTIFY_INIT1 */
|
|
|
|
|
2004-08-05 01:12:53 +02:00
|
|
|
/* define to support printing 64-bit integers with format I64 */
|
|
|
|
#define HAVE_INT64_AND_I64 1
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_INTMAX_T 1
|
|
|
|
#else /* _MSC_VER */
|
2011-03-10 05:40:57 +01:00
|
|
|
#if (_MSC_VER >= 1600)
|
|
|
|
#define HAVE_INTMAX_T 1
|
|
|
|
#endif
|
2003-10-24 05:41:22 +02:00
|
|
|
/* #undef HAVE_INTMAX_T */
|
|
|
|
#endif /* _MSC_VER */
|
|
|
|
|
2004-08-05 01:12:53 +02:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
#else /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_INTTYPES_H */
|
2003-10-24 05:41:22 +02:00
|
|
|
#endif /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2004-08-05 01:12:53 +02:00
|
|
|
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
|
|
|
declares uintmax_t. */
|
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
|
|
|
|
#else /* _MSC_VER */
|
|
|
|
/* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
|
|
|
|
#endif /* _MSC_VER */
|
|
|
|
|
2012-02-08 12:52:55 +01:00
|
|
|
/* Define if we have struct ip_mreqn */
|
|
|
|
/* #undef HAVE_IP_MREQN */
|
|
|
|
|
2012-09-26 11:47:52 +02:00
|
|
|
/* Define to 1 if you have the `issetugid' function. */
|
|
|
|
/* #undef HAVE_ISSETUGID */
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Define to 1 if you have the `kevent' function. */
|
|
|
|
/* #undef HAVE_KEVENT */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `kqueue' function. */
|
2012-11-19 05:38:28 +01:00
|
|
|
/* #undef HAVE_KQUEUE */
|
|
|
|
|
2001-10-29 23:33:34 +01:00
|
|
|
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
|
|
|
/* #undef HAVE_LANGINFO_CODESET */
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) */
|
2011-12-30 08:27:31 +01:00
|
|
|
/* #undef HAVE_LANGINFO_OUTDIGIT */
|
|
|
|
|
2011-08-22 18:03:51 +02:00
|
|
|
/* Have nl_langinfo (PM_STR) */
|
|
|
|
/* #undef HAVE_LANGINFO_TIME */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `lchmod' function. */
|
|
|
|
/* #undef HAVE_LCHMOD */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the `lchown' function. */
|
|
|
|
/* #undef HAVE_LCHOWN */
|
|
|
|
|
2001-10-29 23:33:34 +01:00
|
|
|
/* Define if your <locale.h> file defines LC_MESSAGES. */
|
|
|
|
/* #undef HAVE_LC_MESSAGES */
|
|
|
|
|
2012-09-26 11:47:52 +02:00
|
|
|
/* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
|
|
|
|
/* #undef HAVE_LIBC_ENABLE_SECURE */
|
|
|
|
|
2012-02-08 12:52:55 +01:00
|
|
|
/* Define if libelf is available */
|
|
|
|
/* #undef HAVE_LIBELF */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if you have the <linux/magic.h> header file. */
|
|
|
|
/* #undef HAVE_LINUX_MAGIC_H */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define HAVE_LOCALE_H 1
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_LOCALTIME_R */
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define if you have the 'long double' type. */
|
|
|
|
#define HAVE_LONG_DOUBLE 1
|
|
|
|
|
|
|
|
/* Define if you have the 'long long' type. */
|
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_LONG_LONG 1
|
|
|
|
#else /* _MSC_VER */
|
|
|
|
/* #undef HAVE_LONG_LONG */
|
|
|
|
#endif /* _MSC_VER */
|
|
|
|
|
|
|
|
/* define if system printf can print long long */
|
|
|
|
#define HAVE_LONG_LONG_FORMAT 1
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `lstat' function. */
|
1998-11-05 00:07:23 +01:00
|
|
|
/* #undef HAVE_LSTAT */
|
|
|
|
|
2014-03-12 10:26:45 +01:00
|
|
|
/* Define to 1 if you have the <mach/mach_time.h> header file. */
|
|
|
|
/* #undef HAVE_MACH_MACH_TIME_H */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
|
|
#define HAVE_MALLOC_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `memalign' function. */
|
|
|
|
/* #undef HAVE_MEMALIGN */
|
|
|
|
|
2010-05-19 09:47:02 +02:00
|
|
|
/* Define to 1 if you have the `memmem' function. */
|
|
|
|
/* #undef HAVE_MEMMEM */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
2007-03-15 15:41:24 +01:00
|
|
|
/* #undef HAVE_MMAP */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <mntent.h> header file. */
|
|
|
|
/* #undef HAVE_MNTENT_H */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
/* #undef HAVE_NDIR_H */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* We have AF_NETLINK sockets */
|
|
|
|
/* #undef HAVE_NETLINK */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `newlocale' function. */
|
|
|
|
/* #undef HAVE_NEWLOCALE */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Have non-POSIX function getgrgid_r */
|
|
|
|
/* #undef HAVE_NONPOSIX_GETGRGID_R */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Have non-POSIX function getpwuid_r */
|
|
|
|
/* #undef HAVE_NONPOSIX_GETPWUID_R */
|
|
|
|
|
2014-03-12 10:26:45 +01:00
|
|
|
/* open option O_DIRECTORY */
|
|
|
|
/* #undef HAVE_OPEN_O_DIRECTORY */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `pipe2' function. */
|
|
|
|
/* #undef HAVE_PIPE2 */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `poll' function. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_POLL */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Have POSIX function getgrgid_r */
|
|
|
|
/* #undef HAVE_POSIX_GETGRGID_R */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Have POSIX function getpwuid_r */
|
|
|
|
/* #undef HAVE_POSIX_GETPWUID_R */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `posix_memalign' function. */
|
|
|
|
/* #undef HAVE_POSIX_MEMALIGN */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the `prlimit' function. */
|
|
|
|
/* #undef HAVE_PRLIMIT */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Have function pthread_attr_setstacksize */
|
|
|
|
/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
|
|
|
|
|
2012-02-08 12:52:55 +01:00
|
|
|
/* Have function pthread_condattr_setclock */
|
|
|
|
/* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
|
|
|
|
|
2014-03-12 10:26:45 +01:00
|
|
|
/* Have function pthread_cond_timedwait_relative_np */
|
|
|
|
/* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
|
2013-08-16 04:29:41 +02:00
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define to 1 if the system has the type `ptrdiff_t'. */
|
|
|
|
#define HAVE_PTRDIFF_T 1
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define to 1 if you have the `readlink' function. */
|
|
|
|
/* #undef HAVE_READLINK */
|
|
|
|
|
2013-05-27 06:49:47 +02:00
|
|
|
/* Define to 1 if you have the 'res_init' function. */
|
|
|
|
/* #undef HAVE_RES_INIT */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <sched.h> header file. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_SCHED_H */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if libselinux is available */
|
|
|
|
/* #undef HAVE_SELINUX */
|
|
|
|
|
2015-01-07 02:59:47 +01:00
|
|
|
/* Define to 1 if you have the `sendmmsg` function */
|
|
|
|
/* #undef HAVE_SENDMMSG */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <selinux/selinux.h> header file. */
|
|
|
|
/* #undef HAVE_SELINUX_SELINUX_H */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_SETENV */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the `setmntent' function. */
|
|
|
|
/* #undef HAVE_SETMNTENT */
|
|
|
|
|
2012-03-19 09:02:37 +01:00
|
|
|
/* Define if you have the 'sig_atomic_t' type. */
|
|
|
|
#define HAVE_SIG_ATOMIC_T 1
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_SNPRINTF 1
|
2007-01-18 20:05:21 +01:00
|
|
|
#ifdef __DMC__
|
|
|
|
#define snprintf _snprintf
|
|
|
|
#endif
|
2003-10-24 05:41:22 +02:00
|
|
|
#else /* _MSC_VER */
|
|
|
|
/* #undef HAVE_SNPRINTF */
|
|
|
|
#endif /* _MSC_VER */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the `splice' function. */
|
|
|
|
/* #undef HAVE_SPLICE */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the `statfs' function. */
|
|
|
|
/* #undef HAVE_STATFS */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `statvfs' function. */
|
|
|
|
/* #undef HAVE_STATVFS */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
2001-09-26 22:35:51 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_STDINT_H 1
|
|
|
|
#else /* _MSC_VER */
|
2011-06-07 04:32:47 +02:00
|
|
|
#if (_MSC_VER >= 1600) /*VS 2010 ships with stdint.h*/
|
2011-03-10 05:40:57 +01:00
|
|
|
#define HAVE_STDINT_H 1
|
2011-06-07 04:32:47 +02:00
|
|
|
#else
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_STDINT_H */
|
2011-06-07 04:32:47 +02:00
|
|
|
#endif
|
2001-09-26 22:35:51 +02:00
|
|
|
#endif /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2010-05-19 09:47:02 +02:00
|
|
|
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
|
|
|
|
uintmax_t. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_STDINT_H_WITH_UINTMAX 1
|
|
|
|
#else /* _MSC_VER */
|
2011-03-10 05:40:57 +01:00
|
|
|
#if (_MSC_VER >= 1600)
|
|
|
|
#define HAVE_STDINT_H_WITH_UINTMAX 1
|
2011-06-07 04:32:47 +02:00
|
|
|
#else
|
2003-10-24 05:41:22 +02:00
|
|
|
/* #undef HAVE_STDINT_H_WITH_UINTMAX */
|
2011-06-07 04:32:47 +02:00
|
|
|
#endif
|
2003-10-24 05:41:22 +02:00
|
|
|
#endif /* _MSC_VER */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `stpcpy' function. */
|
2001-03-26 20:35:34 +02:00
|
|
|
/* #undef HAVE_STPCPY */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `strcasecmp' function. */
|
2011-10-06 09:02:54 +02:00
|
|
|
#if defined(_MSC_VER)
|
|
|
|
#define strcasecmp _stricmp
|
|
|
|
#endif /* _MSC_VER uses _stricmp, which is identical to strcasecmp */
|
|
|
|
|
|
|
|
#if !defined(__DMC__)
|
2001-09-26 22:35:51 +02:00
|
|
|
#define HAVE_STRCASECMP 1
|
2011-10-06 09:02:54 +02:00
|
|
|
#endif /* _MSC_VER or __gcc__ */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
2007-01-18 20:05:21 +01:00
|
|
|
#if !defined(_MSC_VER) && !defined(__DMC__)
|
2003-10-24 05:41:22 +02:00
|
|
|
#define HAVE_STRINGS_H 1
|
2007-01-18 20:05:21 +01:00
|
|
|
#else /* _MSC_VER or __DMC__ */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_STRINGS_H */
|
2007-01-18 20:05:21 +01:00
|
|
|
#endif /* _MSC_VER or __DMC__ */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Have functions strlcpy and strlcat */
|
|
|
|
/* #undef HAVE_STRLCPY */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `strncasecmp' function. */
|
2012-11-19 05:38:28 +01:00
|
|
|
#if !defined(__DMC__)
|
|
|
|
#if defined(_MSC_VER)
|
|
|
|
#define strncasecmp _strnicmp
|
|
|
|
#endif /* _MSC_VER uses _strnicmp, which is identical to strncasecmp */
|
2001-09-26 22:35:51 +02:00
|
|
|
#define HAVE_STRNCASECMP 1
|
2012-11-19 05:38:28 +01:00
|
|
|
#else /* __DMC__ */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_STRNCASECMP */
|
2012-11-19 05:38:28 +01:00
|
|
|
#endif /* __DMC__ */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `strsignal' function. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_STRSIGNAL */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the `strtod_l' function. */
|
|
|
|
/* #undef HAVE_STRTOD_L */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strtoll_l' function. */
|
|
|
|
/* #undef HAVE_STRTOLL_L */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strtoull_l' function. */
|
|
|
|
/* #undef HAVE_STRTOULL_L */
|
|
|
|
|
|
|
|
/* Define to 1 if `d_type' is a member of `struct dirent'. */
|
|
|
|
/* #undef HAVE_STRUCT_DIRENT_D_TYPE */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `f_bavail' is a member of `struct statfs'. */
|
2008-09-15 17:14:00 +02:00
|
|
|
/* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
|
2008-05-16 18:42:52 +02:00
|
|
|
/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
|
2008-09-15 17:14:00 +02:00
|
|
|
/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
|
|
|
|
/* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
|
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
|
|
|
|
/* #undef HAVE_STRUCT_TM_TM_GMTOFF */
|
|
|
|
|
|
|
|
/* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
|
|
|
|
/* #undef HAVE_STRUCT_TM___TM_GMTOFF */
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define to 1 if you have the `symlink' function. */
|
|
|
|
/* #undef HAVE_SYMLINK */
|
|
|
|
|
2013-01-15 08:23:05 +01:00
|
|
|
/* Define to 1 if you have the `sysctlbyname' function. */
|
|
|
|
/* #undef HAVE_SYSCTLBYNAME */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
/* #undef HAVE_SYS_DIR_H */
|
|
|
|
|
2013-01-15 08:23:05 +01:00
|
|
|
/* Define to 1 if you have the <sys/event.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_EVENT_H */
|
|
|
|
|
2012-09-26 11:47:52 +02:00
|
|
|
/* Define to 1 if you have the <sys/filio.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_FILIO_H */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <sys/inotify.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_INOTIFY_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mntctl.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_MNTCTL_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mnttab.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_MNTTAB_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mount.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_MOUNT_H */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
/* #undef HAVE_SYS_NDIR_H */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
2007-01-18 20:05:21 +01:00
|
|
|
#if !defined(_MSC_VER) && !defined(__DMC__)
|
2003-10-24 05:41:22 +02:00
|
|
|
#define HAVE_SYS_PARAM_H 1
|
2007-01-18 20:05:21 +01:00
|
|
|
#else /* _MSC_VER or __DMC__ */
|
1998-11-05 00:07:23 +01:00
|
|
|
/* #undef HAVE_SYS_PARAM_H */
|
2007-01-18 20:05:21 +01:00
|
|
|
#endif /* _MSC_VER or __DMC__ */
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to 1 if you have the <sys/prctl.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_PRCTL_H */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_RESOURCE_H */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* found fd_set in sys/select.h */
|
1998-11-05 00:07:23 +01:00
|
|
|
/* #undef HAVE_SYS_SELECT_H */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <sys/statfs.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_STATFS_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/statvfs.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_STATVFS_H */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define HAVE_SYS_STAT_H 1
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <sys/sysctl.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_SYSCTL_H */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
2001-09-26 22:35:51 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
#else /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_SYS_TIME_H */
|
2001-09-26 22:35:51 +02:00
|
|
|
#endif /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the <sys/vfstab.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_VFSTAB_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/vfs.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_VFS_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/vmount.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_VMOUNT_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/xattr.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_XATTR_H */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `timegm' function. */
|
|
|
|
/* #undef HAVE_TIMEGM */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define if your printf function family supports positional parameters as
|
|
|
|
specified by Unix98. */
|
|
|
|
/* #undef HAVE_UNIX98_PRINTF */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `unsetenv' function. */
|
2002-02-24 22:42:34 +01:00
|
|
|
/* #undef HAVE_UNSETENV */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the `uselocale' function. */
|
|
|
|
/* #undef HAVE_USELOCALE */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if you have the `utimes' function. */
|
|
|
|
/* #undef HAVE_UTIMES */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `valloc' function. */
|
|
|
|
/* #undef HAVE_VALLOC */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the <values.h> header file. */
|
2007-01-18 20:05:21 +01:00
|
|
|
#if !defined(_MSC_VER) && !defined(__DMC__)
|
2001-09-26 22:35:51 +02:00
|
|
|
#define HAVE_VALUES_H 1
|
2007-01-18 20:05:21 +01:00
|
|
|
#else /* _MSC_VER or __DMC__ */
|
1998-11-05 00:07:23 +01:00
|
|
|
/* #undef HAVE_VALUES_H */
|
2007-01-18 20:05:21 +01:00
|
|
|
#endif /* _MSC_VER or __DMC__ */
|
2001-09-26 22:35:51 +02:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `vasprintf' function. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#define HAVE_VASPRINTF 1
|
1998-11-05 00:07:23 +01:00
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#ifndef _MSC_VER
|
|
|
|
#define HAVE_VSNPRINTF 1
|
2007-01-18 20:05:21 +01:00
|
|
|
#ifdef __DMC__
|
|
|
|
#define vsnprintf _vsnprintf
|
|
|
|
#endif
|
2003-10-24 05:41:22 +02:00
|
|
|
#else /* _MSC_VER */
|
2011-06-07 04:32:47 +02:00
|
|
|
#if (_MSC_VER >= 1500)
|
|
|
|
#define HAVE_VSNPRINTF 1
|
|
|
|
#endif /* VS 2008+ has vsnprintf */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef HAVE_VSNPRINTF */
|
2003-10-24 05:41:22 +02:00
|
|
|
#endif /* _MSC_VER */
|
2001-01-16 23:06:23 +01:00
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define if you have the 'wchar_t' type. */
|
|
|
|
#define HAVE_WCHAR_T 1
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `wcslen' function. */
|
|
|
|
#define HAVE_WCSLEN 1
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define if you have the 'wint_t' type. */
|
|
|
|
#define HAVE_WINT_T 1
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if xattr is available */
|
|
|
|
/* #undef HAVE_XATTR */
|
|
|
|
|
2008-05-16 18:42:52 +02:00
|
|
|
/* Define to 1 if xattr API uses XATTR_NOFOLLOW */
|
|
|
|
/* #undef HAVE_XATTR_NOFOLLOW */
|
|
|
|
|
2011-12-30 08:27:31 +01:00
|
|
|
/* Define to 1 if you have the <xlocale.h> header file. */
|
|
|
|
/* #undef HAVE_XLOCALE_H */
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* Define to 1 if you have the `_NSGetEnviron' function. */
|
|
|
|
/* #undef HAVE__NSGETENVIRON */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
|
|
*/
|
|
|
|
#define LT_OBJDIR ".libs/"
|
|
|
|
|
2014-03-12 10:26:45 +01:00
|
|
|
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
|
|
|
*/
|
|
|
|
/* #undef MAJOR_IN_MKDEV */
|
|
|
|
|
|
|
|
/* Define to 1 if `major', `minor', and `makedev' are declared in
|
|
|
|
<sysmacros.h>. */
|
|
|
|
/* #undef MAJOR_IN_SYSMACROS */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* didn't find fd_set */
|
|
|
|
#define NO_FD_SET 1
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
|
|
/* #undef NO_MINUS_C_MINUS_O */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
|
2002-11-21 04:04:53 +01:00
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#define PACKAGE_NAME "glib"
|
2002-11-21 04:04:53 +01:00
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
2004-08-05 01:12:53 +02:00
|
|
|
#define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
|
2002-11-21 04:04:53 +01:00
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#define PACKAGE_TARNAME "glib"
|
2002-11-21 04:04:53 +01:00
|
|
|
|
2011-06-07 04:32:47 +02:00
|
|
|
/* Define to the home page for this package. */
|
|
|
|
#define PACKAGE_URL ""
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to the version of this package. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
|
2002-11-21 04:04:53 +01:00
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* define if posix_memalign() can allocate any size */
|
|
|
|
/* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `char', as computed by sizeof. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define SIZEOF_CHAR 1
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `int', as computed by sizeof. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define SIZEOF_INT 4
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `long', as computed by sizeof. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define SIZEOF_LONG 4
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `long long', as computed by sizeof. */
|
2001-09-26 22:35:51 +02:00
|
|
|
#ifndef _MSC_VER
|
2001-09-26 08:20:31 +02:00
|
|
|
#define SIZEOF_LONG_LONG 8
|
2001-09-26 22:35:51 +02:00
|
|
|
#else /* _MSC_VER */
|
|
|
|
#define SIZEOF_LONG_LONG 0
|
|
|
|
#endif /* _MSC_VER */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `short', as computed by sizeof. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define SIZEOF_SHORT 2
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `size_t', as computed by sizeof. */
|
2003-10-24 05:41:22 +02:00
|
|
|
#define SIZEOF_SIZE_T 4
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `void *', as computed by sizeof. */
|
2011-12-30 08:27:31 +01:00
|
|
|
#ifdef _MSC_VER
|
|
|
|
#if (defined(_M_X64) || defined(_M_AMD64))
|
|
|
|
#define SIZEOF_VOID_P 8
|
|
|
|
#elif (defined(_M_IX86))
|
2001-09-26 08:20:31 +02:00
|
|
|
#define SIZEOF_VOID_P 4
|
2011-12-30 08:27:31 +01:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#define SIZEOF_VOID_P 4
|
|
|
|
#endif
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* The size of `__int64', as computed by sizeof. */
|
2001-09-26 22:35:51 +02:00
|
|
|
#define SIZEOF___INT64 8
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
|
|
direction of stack growth for your system; otherwise it will be
|
2007-11-28 17:01:16 +01:00
|
|
|
automatically deduced at runtime.
|
|
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef STACK_DIRECTION */
|
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Number of arguments to statfs() */
|
|
|
|
/* #undef STATFS_ARGS */
|
|
|
|
|
2002-11-21 04:04:53 +01:00
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
2001-09-26 08:20:31 +02:00
|
|
|
#define STDC_HEADERS 1
|
|
|
|
|
2013-05-27 06:49:47 +02:00
|
|
|
/* Use no threads */
|
|
|
|
/* #undef THREADS_NONE */
|
|
|
|
|
|
|
|
/* Use pthreads */
|
|
|
|
/* #undef THREADS_POSIX */
|
|
|
|
|
|
|
|
/* Use w32 threads */
|
|
|
|
#define THREADS_WIN32 1
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Using GNU libiconv */
|
2007-11-28 17:01:16 +01:00
|
|
|
/* #undef USE_LIBICONV_GNU */
|
2003-10-24 05:41:22 +02:00
|
|
|
|
|
|
|
/* Using a native implementation of iconv in a separate library */
|
2007-11-28 17:01:16 +01:00
|
|
|
#define USE_LIBICONV_NATIVE 1
|
2002-11-21 04:04:53 +01:00
|
|
|
|
2011-08-22 18:03:51 +02:00
|
|
|
/* Define to use statfs() */
|
|
|
|
/* #undef USE_STATFS */
|
|
|
|
|
|
|
|
/* Define to use statvfs() */
|
|
|
|
/* #undef USE_STATVFS */
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Enable extensions on AIX 3, Interix. */
|
|
|
|
#ifndef _ALL_SOURCE
|
|
|
|
/* # undef _ALL_SOURCE */
|
|
|
|
#endif
|
|
|
|
/* Enable GNU extensions on systems that have them. */
|
|
|
|
#ifndef _GNU_SOURCE
|
|
|
|
/* # undef _GNU_SOURCE */
|
|
|
|
#endif
|
|
|
|
/* Enable threading extensions on Solaris. */
|
|
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
/* # undef _POSIX_PTHREAD_SEMANTICS */
|
|
|
|
#endif
|
|
|
|
/* Enable extensions on HP NonStop. */
|
|
|
|
#ifndef _TANDEM_SOURCE
|
|
|
|
/* # undef _TANDEM_SOURCE */
|
|
|
|
#endif
|
|
|
|
/* Enable general extensions on Solaris. */
|
|
|
|
#ifndef __EXTENSIONS__
|
|
|
|
/* # undef __EXTENSIONS__ */
|
|
|
|
#endif
|
|
|
|
|
2007-03-15 15:41:24 +01:00
|
|
|
/* using the system-supplied PCRE library */
|
2013-08-21 05:04:37 +02:00
|
|
|
/* This is defined in the *_PCRE MSVC project configs */
|
2007-03-15 15:41:24 +01:00
|
|
|
/* #undef USE_SYSTEM_PCRE */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
2010-05-19 09:47:02 +02:00
|
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
|
|
# if defined __BIG_ENDIAN__
|
|
|
|
# define WORDS_BIGENDIAN 1
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
# ifndef WORDS_BIGENDIAN
|
|
|
|
/* # undef WORDS_BIGENDIAN */
|
|
|
|
# endif
|
|
|
|
#endif
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Enable large inode numbers on Mac OS X 10.5. */
|
|
|
|
#ifndef _DARWIN_USE_64_BIT_INODE
|
|
|
|
/* # define _DARWIN_USE_64_BIT_INODE 1 */
|
|
|
|
#endif
|
|
|
|
|
2002-02-24 22:42:34 +01:00
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
|
|
/* #undef _FILE_OFFSET_BITS */
|
|
|
|
|
2013-01-15 08:23:05 +01:00
|
|
|
/* defines how to decorate public symbols while building */
|
2013-08-21 05:04:37 +02:00
|
|
|
#ifdef _MSC_VER
|
|
|
|
#define _GLIB_EXTERN __declspec (dllexport) extern
|
|
|
|
#else
|
|
|
|
#define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
|
|
|
|
#endif
|
2011-06-07 04:32:47 +02:00
|
|
|
|
2002-02-24 22:42:34 +01:00
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
|
|
/* #undef _LARGE_FILES */
|
|
|
|
|
2013-08-16 04:29:41 +02:00
|
|
|
/* Define to 1 if on MINIX. */
|
|
|
|
/* #undef _MINIX */
|
|
|
|
|
|
|
|
/* Define to 2 if the system does not provide POSIX.1 features except with
|
|
|
|
this defined. */
|
|
|
|
/* #undef _POSIX_1_SOURCE */
|
|
|
|
|
|
|
|
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
|
|
|
/* #undef _POSIX_SOURCE */
|
|
|
|
|
2010-03-22 14:33:38 +01:00
|
|
|
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
|
|
|
|
/* #undef _XOPEN_SOURCE */
|
|
|
|
|
|
|
|
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
|
|
|
|
/* #undef _XOPEN_SOURCE_EXTENDED */
|
|
|
|
|
|
|
|
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
|
|
|
|
/* #undef __EXTENSIONS__ */
|
|
|
|
|
2013-03-01 09:11:24 +01:00
|
|
|
/* compiler supports atomic operations */
|
|
|
|
/* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
|
|
|
|
|
2001-09-26 08:20:31 +02:00
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
|
|
/* #undef const */
|
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
|
|
|
|
/* #undef intmax_t */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2003-10-24 05:41:22 +02:00
|
|
|
/* Define to empty if the C compiler doesn't support this keyword. */
|
|
|
|
/* #undef signed */
|
2001-09-26 08:20:31 +02:00
|
|
|
|
2007-11-28 17:01:16 +01:00
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
2001-09-26 08:20:31 +02:00
|
|
|
/* #undef size_t */
|