diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 16:20:28 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 16:20:28 +0200 |
commit | 23337be110e44acd2f922fed0c92c5130abc1bba (patch) | |
tree | 577707fbcd4ffa280c3e1644e4ce48f06de7defd /include/config.h | |
parent | ca9f280d0ac4173cdd29f745fd574a3b597969e7 (diff) |
Imported Upstream version 0.999
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 */ |