diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-03-21 18:05:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-04-12 12:45:39 +0300 |
commit | 8d17d157ba815659d187a5f51e88b11075f944f6 (patch) | |
tree | 7ba3559ec61ffd77abfe28460fa3d694c010e3e6 | |
parent | d36b281a58e97d61b2e39d609b88eaa60c66ee32 (diff) | |
download | gdk-pixbuf-8d17d157ba815659d187a5f51e88b11075f944f6.tar.gz |
Update to match what configure produces
Just trivial irrelevant stuff.
-rw-r--r-- | config.h.win32.in | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index c3eea4ef7..3974e9f61 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -5,6 +5,9 @@ /* always defined to indicate that i18n is enabled */ #define ENABLE_NLS 1 +/* Define if gio can sniff image data */ +/* #undef GDK_PIXBUF_USE_GIO_MIME */ + /* The prefix for our gettext translation domains. */ #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@" @@ -97,6 +100,9 @@ /* Define to 1 if you have a working `mmap' system call. */ /* #undef HAVE_MMAP */ +/* Define to 1 if libpapi available */ +/* #undef HAVE_PAPI */ + /* Define to 1 is libjpeg supports progressive JPEG */ /* #undef HAVE_PROGRESSIVE_JPEG */ @@ -106,9 +112,6 @@ /* Have the Xrandr extension library */ /* #undef HAVE_RANDR */ -/* Define to 1 if the XShape extension is available */ -/* #undef HAVE_SHAPE_EXT */ - /* Define to 1 if shm.h is available */ /* #undef HAVE_SHM_H */ @@ -199,7 +202,7 @@ /* Define to 1 if XFree Xinerama is available */ /* #undef HAVE_XFREE_XINERAMA */ -/* Define to 1 is Xinerama is available */ +/* Define to 1 if xinerama is available */ /* #undef HAVE_XINERAMA */ /* Define to 1 if you have the `XInternAtoms' function. */ @@ -229,12 +232,23 @@ /* Define to 1 if you have the `_NSGetEnviron' function. */ /* #undef HAVE__NSGETENVIRON */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#define LT_OBJDIR ".libs/" + /* Define if <X11/extensions/XIproto.h> needed for xReply */ /* #undef NEED_XIPROTO_H_FOR_XREPLY */ /* Define to 1 if fd_set is not available */ #define NO_FD_SET 1 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#ifndef _MSC_VER +/* #undef NO_MINUS_C_MINUS_O */ +#else +#define NO_MINUS_C_MINUS_O 1 +#endif + /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" |