diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 16:20:34 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 16:20:34 +0200 |
commit | 595e641cf7fa72e091aff56f9eab360a9d9b636b (patch) | |
tree | 44c530cb010308f37e42fa60622a3ffd1dd80a29 /include/config.h | |
parent | f3a24cbe91087e885e469b77fe733d7c83437aa8 (diff) | |
parent | 23337be110e44acd2f922fed0c92c5130abc1bba (diff) |
Merge tag 'upstream/0.999'
Upstream version 0.999
# gpg: Signature made Fri 03 Oct 2014 04:20:30 PM CEST using RSA key ID B9444540
# gpg: Good signature from "Mattia Rizzolo <mattia@mapreri.org>"
# gpg: aka "Mattia Rizzolo <mapreri@ubuntu.com>"
# gpg: aka "Mattia Rizzolo <mapreri@ubuntu-it.org>"
# gpg: aka "Mattia Rizzolo <mapreri@gmail.com>"
# gpg: aka "[jpeg image of size 4456]"
# gpg: aka "[jpeg image of size 4218]"
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 */ |