From 817e6294b42b3e4435f1b99728afc1dca84a6445 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 14:05:03 +0000 Subject: Imported Upstream version 0.97 --- include/config.h | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index ed6a027..a4c5053 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* include/config.h. Generated automatically by configure. */ +/* include/config.h. Generated by configure. */ #ifndef SANE_CONFIG_H #define SANE_CONFIG_H @@ -98,11 +98,11 @@ /* Define to the name of the distribution. */ #define PACKAGE "xsane" -/* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define PACKAGE_VERSION "xsane-0.84" - /* Define to the version of the distribution. */ -#define VERSION "0.84" +#define VERSION "0.97" + +/* The concatenation of the strings PACKAGE, "-", and VERSION. */ +#define XSANE_PACKAGE_VERSION "xsane-0.97" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 @@ -243,6 +243,9 @@ /* Define if you have the header file. */ /* #undef HAVE_SYS_DSREQ_H */ +/* Define if you have the header file. */ +/* #undef HAVE_WINDOWS_H */ + /* Define if you have the header file. */ /* #undef HAVE_OS2_H */ @@ -267,8 +270,11 @@ /* Define if you have the header file. */ /* #undef HAVE_DLFCN_H */ -/* Define if you have the GIMP header files and library. */ -#define HAVE_LIBGIMP_GIMP_H 1 +/* Define if you have GIMP installed - no matter what version. */ +#define HAVE_ANY_GIMP 1 + +/* Define if you have GIMP-2.0 installed. */ +/* #undef HAVE_GIMP_2 */ /* Define if you have the GIMPfeatures header file. */ #define HAVE_LIBGIMP_GIMPFEATURES_H 1 -- cgit v1.2.3