Blame config.h.win32.in

Packit 496598
/* config.h.win32.in. Merged from two versions generated by configure for gcc and MSVC.  */
Packit 496598
/* config.h.  Generated from config.h.in by configure.  */
Packit 496598
/* config.h.in.  Generated from configure.in by autoheader.  */
Packit 496598
Packit 496598
/* always defined to indicate that i18n is enabled */
Packit 496598
#define ENABLE_NLS 1
Packit 496598
Packit 496598
/* define to enable packagekit */
Packit 496598
/* #undef ENABLE_PACKAGEKIT */
Packit 496598
Packit 496598
/* The prefix for our gettext translation domains. */
Packit 496598
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
Packit 496598
Packit 496598
/* Disable deprecation warnings from glib */
Packit 496598
/* #undef GLIB_DISABLE_DEPRECATION_WARNINGS */
Packit 496598
Packit 496598
/* Define if debugging is enabled */
Packit 496598
#define GTK_COMPILED_WITH_DEBUGGING "yes"
Packit 496598
Packit 496598
/* Define the location where the catalogs will be installed */
Packit 496598
#define GTK_LOCALEDIR "NONE/share/locale"
Packit 496598
Packit 496598
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
Packit 496598
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
Packit 496598
Packit 496598
/* define if we have colord */
Packit 496598
/* #undef HAVE_COLORD */
Packit 496598
Packit 496598
/* Define to 1 if you have the <crt_externs.h> header file. */
Packit 496598
/* #undef HAVE_CRT_EXTERNS_H */
Packit 496598
Packit 496598
/* Define to 1 if CUPS 1.2 API is available */
Packit 496598
/* #undef HAVE_CUPS_API_1_2 */
Packit 496598
Packit 496598
/* Define to 1 if you have the `dcgettext' function. */
Packit 496598
#define HAVE_DCGETTEXT 1
Packit 496598
Packit 496598
/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
Packit 496598
   */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_DECL_ISINF 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
Packit 496598
   */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_DECL_ISNAN 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 496598
/* #undef HAVE_DLFCN_H */
Packit 496598
Packit 496598
/* Define to 1 if you have the `exp2' function. */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_EXP2 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the `flockfile' function. */
Packit 496598
#undef HAVE_FLOCKFILE
Packit 496598
Packit 496598
/* Define to 1 if you have the <ftw.h> header file. */
Packit 496598
/* #undef HAVE_FTW_H */
Packit 496598
Packit 496598
/* Define to 1 if you have the `getpagesize' function. */
Packit 496598
#ifndef _MSC_VER
Packit 496598
#define HAVE_GETPAGESIZE 1
Packit 496598
#else
Packit 496598
/* #undef HAVE_GETPAGESIZE */
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the `getresuid' function. */
Packit 496598
/* #undef HAVE_GETRESUID */
Packit 496598
Packit 496598
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 496598
#define HAVE_GETTEXT 1
Packit 496598
Packit 496598
/* Define if gio-unix is available */
Packit 496598
/* #undef HAVE_GIO_UNIX */
Packit 496598
Packit 496598
/* Have GNU ftw */
Packit 496598
/* #undef HAVE_GNU_FTW */
Packit 496598
Packit 496598
/* Define to 1 if you have the `httpGetAuthString' function. */
Packit 496598
/* #undef HAVE_HTTPGETAUTHSTRING */
Packit 496598
Packit 496598
/* Define if cups http_t authstring field is accessible */
Packit 496598
/* #undef HAVE_HTTP_AUTHSTRING */
Packit 496598
Packit 496598
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_INTTYPES_H 1
Packit 496598
#else
Packit 496598
/* #undef HAVE_INTTYPES_H */
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if the system has the type `IPrintDialogCallback'. */
Packit 496598
#define HAVE_IPRINTDIALOGCALLBACK 1
Packit 496598
Packit 496598
/* Define if your <locale.h> file defines LC_MESSAGES. */
Packit 496598
/* #undef HAVE_LC_MESSAGES */
Packit 496598
Packit 496598
/* Define to 1 if you have the `m' library (-lm). */
Packit 496598
#ifndef _MSC_VER
Packit 496598
#define HAVE_LIBM 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the <locale.h> header file. */
Packit 496598
#define HAVE_LOCALE_H 1
Packit 496598
Packit 496598
/* Define to 1 if you have the `localtime_r' function. */
Packit 496598
/* #undef HAVE_LOCALTIME_R */
Packit 496598
Packit 496598
/* Define to 1 if you have the `log2' function. */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_LOG2 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the `lstat' function. */
Packit 496598
/* #undef HAVE_LSTAT */
Packit 496598
Packit 496598
/* Define to 1 if you have the `mallinfo' function. */
Packit 496598
/* #undef HAVE_MALLINFO */
Packit 496598
Packit 496598
/* Define to 1 if you have the <memory.h> header file. */
Packit 496598
#define HAVE_MEMORY_H 1
Packit 496598
Packit 496598
/* Define to 1 if you have the `mkstemp' function. */
Packit 496598
/* #undef HAVE_MKSTEMP */
Packit 496598
Packit 496598
/* Define to 1 if you have a working `mmap' system call. */
Packit 496598
/* #undef HAVE_MMAP */
Packit 496598
Packit 496598
/* Define to 1 if nearbyint() is available */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_NEARBYINT 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if libpapi available */
Packit 496598
/* #undef HAVE_PAPI */
Packit 496598
Packit 496598
/* Define to 1 if you have the <pwd.h> header file. */
Packit 496598
/* #undef HAVE_PWD_H */
Packit 496598
Packit 496598
/* Have the Xrandr extension library */
Packit 496598
/* #undef HAVE_RANDR */
Packit 496598
Packit 496598
/* Define to 1 if rint() is available */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_RINT 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if round() is available */
Packit 496598
#if !defined (_MSC_VER) || (_MSC_VER >= 1800)
Packit 496598
#define HAVE_ROUND 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if sincos() is available */
Packit 496598
/* #undef HAVE_SINCOS */
Packit 496598
Packit 496598
/* Have the sockaddr_un.sun_len member */
Packit 496598
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
Packit 496598
Packit 496598
/* Define to 1 if solaris xinerama is available */
Packit 496598
/* #undef HAVE_SOLARIS_XINERAMA */
Packit 496598
Packit 496598
/* Define to 1 if you have the <stdint.h> header file. */
Packit 496598
#ifndef _MSC_VER
Packit 496598
#define HAVE_STDINT_H 1
Packit 496598
#else
Packit 496598
#if (_MSC_VER >= 1600) /* VS 2010+ ships with stdint.h */
Packit 496598
#define HAVE_STDINT_H 1
Packit 496598
#endif
Packit 496598
/* #undef HAVE_STDINT_H */
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 496598
#define HAVE_STDLIB_H 1
Packit 496598
Packit 496598
/* Define to 1 if you have the <strings.h> header file. */
Packit 496598
#ifndef _MSC_VER
Packit 496598
#define HAVE_STRINGS_H 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the <string.h> header file. */
Packit 496598
#define HAVE_STRING_H 1
Packit 496598
Packit 496598
/* Define to 1 if you have the <sys/mman.h> header file. */
Packit 496598
/* #undef HAVE_SYS_MMAN_H */
Packit 496598
Packit 496598
/* Define to 1 if you have the <sys/param.h> header file. */
Packit 496598
/* #undef HAVE_SYS_PARAM_H */
Packit 496598
Packit 496598
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 496598
#define HAVE_SYS_STAT_H 1
Packit 496598
Packit 496598
/* Define to 1 if sys/sysinfo.h is available */
Packit 496598
/* #undef HAVE_SYS_SYSINFO_H */
Packit 496598
Packit 496598
/* Define to 1 if sys/systeminfo.h is available */
Packit 496598
/* #undef HAVE_SYS_SYSTEMINFO_H */
Packit 496598
Packit 496598
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 496598
#ifndef _MSC_VER
Packit 496598
#define HAVE_SYS_TIME_H 1
Packit 496598
#else /* _MSC_VER */
Packit 496598
/* #undef HAVE_SYS_TIME_H */
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 496598
#define HAVE_SYS_TYPES_H 1
Packit 496598
Packit 496598
/* Define to 1 if you have the <unistd.h> header file. */
Packit 496598
#ifndef _MSC_VER
Packit 496598
#define HAVE_UNISTD_H 1
Packit 496598
#else
Packit 496598
/* #undef HAVE_UNISTD_H */
Packit 496598
#endif
Packit 496598
Packit 496598
/* Have the XCOMPOSITE X extension */
Packit 496598
/* #undef HAVE_XCOMPOSITE */
Packit 496598
Packit 496598
/* Have the Xcursor library */
Packit 496598
/* #undef HAVE_XCURSOR */
Packit 496598
Packit 496598
/* Have the XDAMAGE X extension */
Packit 496598
/* #undef HAVE_XDAMAGE */
Packit 496598
Packit 496598
/* Have the XFIXES X extension */
Packit 496598
/* #undef HAVE_XFIXES */
Packit 496598
Packit 496598
/* Define to 1 if XFree Xinerama is available */
Packit 496598
/* #undef HAVE_XFREE_XINERAMA */
Packit 496598
Packit 496598
/* Have XGenericEvent */
Packit 496598
/* #undef HAVE_XGENERICEVENTS */
Packit 496598
Packit 496598
/* Define to 1 if xinerama is available */
Packit 496598
/* #undef HAVE_XINERAMA */
Packit 496598
Packit 496598
/* Define to use XKB extension */
Packit 496598
/* #undef HAVE_XKB */
Packit 496598
Packit 496598
/* Have the SYNC extension library */
Packit 496598
/* #undef HAVE_XSYNC */
Packit 496598
Packit 496598
/* Define to 1 if you have the `_lock_file' function. */
Packit 496598
#define HAVE__LOCK_FILE
Packit 496598
Packit 496598
/* Define if _NL_MEASUREMENT_MEASUREMENT is available */
Packit 496598
/* #undef HAVE__NL_MEASUREMENT_MEASUREMENT */
Packit 496598
Packit 496598
/* Define if _NL_PAPER_HEIGHT is available */
Packit 496598
/* #undef HAVE__NL_PAPER_HEIGHT */
Packit 496598
Packit 496598
/* Define if _NL_PAPER_WIDTH is available */
Packit 496598
/* #undef HAVE__NL_PAPER_WIDTH */
Packit 496598
Packit 496598
/* Define if _NL_TIME_FIRST_WEEKDAY is available */
Packit 496598
/* #undef HAVE__NL_TIME_FIRST_WEEKDAY */
Packit 496598
Packit 496598
/* Define to 1 if you have the `_NSGetEnviron' function. */
Packit 496598
/* #undef HAVE__NSGETENVIRON */
Packit 496598
Packit 496598
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 496598
   */
Packit 496598
#define LT_OBJDIR ".libs/"
Packit 496598
Packit 496598
/* Define if <X11/extensions/XIproto.h> needed for xReply */
Packit 496598
/* #undef NEED_XIPROTO_H_FOR_XREPLY */
Packit 496598
Packit 496598
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
Packit 496598
#ifndef _MSC_VER
Packit 496598
/* #undef NO_MINUS_C_MINUS_O */
Packit 496598
#else 
Packit 496598
#define NO_MINUS_C_MINUS_O 1
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define to the address where bug reports for this package should be sent. */
Packit 496598
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
Packit 496598
Packit 496598
/* Define to the full name of this package. */
Packit 496598
#define PACKAGE_NAME "gtk+"
Packit 496598
Packit 496598
/* Define to the full name and version of this package. */
Packit 496598
#define PACKAGE_STRING "gtk+ @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
Packit 496598
Packit 496598
/* Define to the one symbol short name of this package. */
Packit 496598
#define PACKAGE_TARNAME "gtk+"
Packit 496598
Packit 496598
/* Define to the home page for this package. */
Packit 496598
#define PACKAGE_URL ""
Packit 496598
Packit 496598
/* Define to the version of this package. */
Packit 496598
#define PACKAGE_VERSION "@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
Packit 496598
Packit 496598
/* Use NSBundle functions to determine load paths for libraries, translations,
Packit 496598
   etc. */
Packit 496598
/* #undef QUARTZ_RELOCATION */
Packit 496598
Packit 496598
/* Define to 1 if you have the ANSI C header files. */
Packit 496598
#define STDC_HEADERS 1
Packit 496598
Packit 496598
/* Define to 1 if gmodule works and should be used */
Packit 496598
#define USE_GMODULE 1
Packit 496598
Packit 496598
/* Define to 1 if XInput 2.0 is available */
Packit 496598
/* #undef XINPUT_2 */
Packit 496598
Packit 496598
/* Define to 1 if XInput 2.2 is available */
Packit 496598
/* #undef XINPUT_2_2 */
Packit 496598
Packit 496598
/* Define to 1 if the X Window System is missing or not being used. */
Packit 496598
/* #undef X_DISPLAY_MISSING */
Packit 496598
Packit 496598
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 496598
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 496598
/* # define _DARWIN_USE_64_BIT_INODE 1 */
Packit 496598
#endif
Packit 496598
Packit 496598
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 496598
/* #undef _FILE_OFFSET_BITS */
Packit 496598
Packit 496598
/* defines how to decorate public symbols while building */
Packit 496598
#ifdef _MSC_VER
Packit 496598
#define _GDK_EXTERN __declspec (dllexport) extern
Packit 496598
#else
Packit 496598
#define _GDK_EXTERN __attribute__((visibility("default")))  __declspec (dllexport) extern
Packit 496598
#endif
Packit 496598
Packit 496598
/* Define for large files, on AIX-style hosts. */
Packit 496598
/* #undef _LARGE_FILES */
Packit 496598
Packit 496598
/* Define to `int' if <sys/types.h> doesn't define. */
Packit 496598
#define gid_t int
Packit 496598
Packit 496598
/* Define to `int' if <sys/types.h> doesn't define. */
Packit 496598
#define uid_t int