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.in | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'include/config.h.in') diff --git a/include/config.h.in b/include/config.h.in index 16a6f57..e056158 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -97,12 +97,12 @@ /* Define to the name of the distribution. */ #undef PACKAGE -/* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#undef PACKAGE_VERSION - /* Define to the version of the distribution. */ #undef VERSION +/* The concatenation of the strings PACKAGE, "-", and VERSION. */ +#undef XSANE_PACKAGE_VERSION + /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT @@ -242,6 +242,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 @@ -266,8 +269,11 @@ /* Define if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if you have the GIMP header files and library. */ -#undef HAVE_LIBGIMP_GIMP_H +/* Define if you have GIMP installed - no matter what version. */ +#undef HAVE_ANY_GIMP + +/* Define if you have GIMP-2.0 installed. */ +#undef HAVE_GIMP_2 /* Define if you have the GIMPfeatures header file. */ #undef HAVE_LIBGIMP_GIMPFEATURES_H -- cgit v1.2.3