kopia lustrzana https://gitlab.com/sane-project/backends
Added PATH_MAX, in case it's not defined by any
header (i.e. OS/2).merge-requests/1/head
rodzic
6219f5471c
commit
87b05d4524
|
@ -58,6 +58,10 @@
|
|||
#include "../include/sane/sanei_debug.h"
|
||||
#include "../include/sane/sanei_access.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
# define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
#define PID_BUFSIZE 50
|
||||
|
||||
#define PROCESS_SELF 0
|
||||
|
|
Ładowanie…
Reference in New Issue