From 23337be110e44acd2f922fed0c92c5130abc1bba Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 16:20:28 +0200 Subject: Imported Upstream version 0.999 --- include/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 54dbae6..03f6a0f 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* include/config.h. Generated by configure. */ +/* include/config.h. Generated from config.h.in by configure. */ #ifndef SANE_CONFIG_H #define SANE_CONFIG_H @@ -6,7 +6,7 @@ System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE -/* #undef _ALL_SOURCE */ +#define _ALL_SOURCE 1 #endif /* Define if using alloca.c. */ @@ -99,10 +99,10 @@ #define PACKAGE "xsane" /* Define to the version of the distribution. */ -#define VERSION "0.996" +#define VERSION "0.999" /* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define XSANE_PACKAGE_VERSION "xsane-0.996" +#define XSANE_PACKAGE_VERSION "xsane-0.999" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 @@ -301,7 +301,7 @@ #if defined (__sun) && defined (__GNUC__) # define _POSIX_SOURCE -# define __EXTENSIONS__ +# define __EXTENSIONS__ 1 #endif #endif /* SANE_CONFIG_H */ -- cgit v1.2.3