kopia lustrzana https://gitlab.com/sane-project/backends
* hp5400 : Version Matching Test removed by default
rodzic
f5aaa34eed
commit
bae6c75ac7
|
@ -1,3 +1,10 @@
|
||||||
|
2004-10-02 Thomas Soumarmon <thomas.soumarmon@cogitae.net>
|
||||||
|
|
||||||
|
* backend/hp5400_internal.c: hp5400 version mathing test
|
||||||
|
has been removed by default.
|
||||||
|
To enable it :
|
||||||
|
CFLAGS="-DSTRING_VERSION_MATCH" ./configure
|
||||||
|
|
||||||
2004-10-02 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2004-10-02 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* doc/descriptions/unsupported.desc: Added several
|
* doc/descriptions/unsupported.desc: Added several
|
||||||
|
|
|
@ -74,6 +74,11 @@
|
||||||
#define max(A,B) (((A)>(B)) ? (A) : (B))
|
#define max(A,B) (((A)>(B)) ? (A) : (B))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef STRING_VERSION_MATCH
|
||||||
|
#define NO_STRING_VERSION_MATCH 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define PACKED __attribute__ ((packed))
|
#define PACKED __attribute__ ((packed))
|
||||||
#else
|
#else
|
||||||
|
|
Ładowanie…
Reference in New Issue