~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise

« back to all changes in this revision

Viewing changes to config.h.win32

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-02 12:05:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110902120531-m8ps135i9wx0wu9c
Tags: 2.24.0-1
New upstream bug fix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
/* Define to 1 is libjpeg supports progressive JPEG */
48
48
#define HAVE_PROGRESSIVE_JPEG 1
49
49
 
 
50
/* Define to 1 if sigsetjmp is available */
 
51
/*#undef HAVE_SIGSETJMP*/
 
52
 
50
53
/* Define to 1 if you have the <stdint.h> header file. */
51
54
#ifndef _MSC_VER
52
55
#define HAVE_STDINT_H 1
107
110
#define PACKAGE_NAME "gdk-pixbuf"
108
111
 
109
112
/* Define to the full name and version of this package. */
110
 
#define PACKAGE_STRING "gdk-pixbuf 2.23.5"
 
113
#define PACKAGE_STRING "gdk-pixbuf 2.24.0"
111
114
 
112
115
/* Define to the one symbol short name of this package. */
113
116
#define PACKAGE_TARNAME "gdk-pixbuf"
116
119
#define PACKAGE_URL "http://www.gtk.org/"
117
120
 
118
121
/* Define to the version of this package. */
119
 
#define PACKAGE_VERSION "2.23.5"
 
122
#define PACKAGE_VERSION "2.24.0"
120
123
 
121
124
/* Define to 1 if you have the ANSI C header files. */
122
125
#define STDC_HEADERS 1