kopia lustrzana https://gitlab.com/sane-project/backends
backend/*.[ch]: more consistent #include "../include/sane/config.h"
rodzic
597bdcd400
commit
b85947768d
|
@ -1,3 +1,6 @@
|
|||
2009-02-24 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* backend/*.[ch]: more consistent #include "../include/sane/config.h"
|
||||
|
||||
2009-02-24 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* backend/Makefile.am/in, backend/xerox_mfp.conf.in: should use conf.in
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
* - sane_exit() : terminate use of backend, free devicename and device-struture
|
||||
*/
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
- sane_exit() : terminate use of backend, free devicename and device-struture
|
||||
*/
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
/* ========================================================================= */
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#define DEBUG_DECLARE_ONLY
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#define DEBUG_DECLARE_ONLY
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
* warnings
|
||||
*/
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include "epson2.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#undef BACKEND_NAME
|
||||
#define BACKEND_NAME epson2_scsi
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
#include <sane/sanei_debug.h>
|
||||
#include <sane/sanei_scsi.h>
|
||||
#include "epson2_scsi.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#define HS2P_H 1
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include "hs2p-scsi.h"
|
||||
#include "hs2p-saneopts.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
/* defines for scan_image_mode field */
|
||||
#define IBM_BINARY_MONOCHROME 0
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
/* defines for scan_image_mode field */
|
||||
#define RICOH_BINARY_MONOCHROME 0
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
- bi-level color scans now give useful (8 bit) output
|
||||
- separate thresholds for red, green, blue (bi-level color scan) added
|
||||
*/
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* More info at http://www.sane-project.org/license.html
|
||||
*/
|
||||
|
||||
#include <sane/config.h>
|
||||
#include "../include/sane/config.h"
|
||||
#include "../include/lassert.h"
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Ładowanie…
Reference in New Issue