kopia lustrzana https://gitlab.com/sane-project/backends
Used #include "../include/sane/...".
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
a50e1d4d4c
commit
9e56b1205a
|
@ -19,14 +19,14 @@
|
||||||
2000-11-19, PK: Color TIFF-header: write 3 values for bits per sample
|
2000-11-19, PK: Color TIFF-header: write 3 values for bits per sample
|
||||||
*/
|
*/
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
# include <lalloca.h> /* MUST come first for AIX! */
|
# include "../include/lalloca.h" /* MUST come first for AIX! */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <sane/config.h>
|
#include "../include/sane/config.h"
|
||||||
#include <sane/sane.h>
|
#include "../include/sane/sane.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int tag, typ, nvals, val;
|
int tag, typ, nvals, val;
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
andreas.czechanowski@ins.uni-stuttgart.de
|
andreas.czechanowski@ins.uni-stuttgart.de
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sane/config.h>
|
#include "../include/sane/config.h"
|
||||||
#include <sane/sanei.h>
|
#include "../include/sane/sanei.h"
|
||||||
|
|
||||||
#define MUSTEK_CONF STRINGIFY(PATH_SANE_CONFIG_DIR) "/mustek.conf"
|
#define MUSTEK_CONF STRINGIFY(PATH_SANE_CONFIG_DIR) "/mustek.conf"
|
||||||
#define PORT_DEV "/dev/port"
|
#define PORT_DEV "/dev/port"
|
||||||
|
|
|
@ -26,11 +26,11 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <sane/config.h>
|
#include "../include/sane/config.h"
|
||||||
#include <sane/sanei_scsi.h>
|
#include "../include/sane/sanei_scsi.h"
|
||||||
|
|
||||||
#define BACKEND_NAME findscanner
|
#define BACKEND_NAME findscanner
|
||||||
#include <sane/sanei_debug.h>
|
#include "../include/sane/sanei_debug.h"
|
||||||
|
|
||||||
static const char *prog_name;
|
static const char *prog_name;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue