summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 16:20:28 +0200
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 16:20:28 +0200
commit23337be110e44acd2f922fed0c92c5130abc1bba (patch)
tree577707fbcd4ffa280c3e1644e4ce48f06de7defd /include
parentca9f280d0ac4173cdd29f745fd574a3b597969e7 (diff)
Imported Upstream version 0.999
Diffstat (limited to 'include')
-rw-r--r--include/config.h10
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 */