-
Notifications
You must be signed in to change notification settings - Fork 3
/
paths.h.in
58 lines (45 loc) · 1014 Bytes
/
paths.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
* $Id: paths.h.in,v 1.6 2004/04/11 12:36:02 mbroek Exp $
*
* Autogenerated by configure
*/
/*
* Paths to archivers
*/
#define _PATH_COMPRESS "@COMPRESS@"
#define _PATH_GZIP "@GZIP@"
#define _PATH_ARC "@ARC@"
#define _PATH_NOMARCH "@NOMARCH@"
#define _PATH_ARJ "@ARJ@"
#define _PATH_UNARJ "@UNARJ@"
#define _PATH_LHA "@LHA@"
#define _PATH_RAR "@RAR@"
#define _PATH_UNRAR "@UNRAR@"
#define _PATH_TAR "@TAR@"
#define _PATH_ZIP "@ZIP@"
#define _PATH_UNZIP "@UNZIP@"
#define _PATH_ZOO "@ZOO@"
#define _PATH_HA "@HA@"
/*
* Path to convert, to create thumbnails.
*/
#define _PATH_CONVERT "@CONVERT@"
/*
* Paths to some virus scanners
*/
#define _PATH_ANTIVIR "@ANTIVIR@"
#define _PATH_FPROT "@FPROT@"
#define _PATH_UVSCAN "@UVSCAN@"
#define _PATH_CLAMAV "@CLAMAV@"
/*
* File transfer protocols
*/
#define _PATH_RB "@RB@"
#define _PATH_SB "@SB@"
#define _PATH_RZ "@RZ@"
#define _PATH_SZ "@SZ@"
/*
* GoldED
*/
#define _PATH_GOLDED "@GOLDEDBIN@"
#define _PATH_GOLDNODE "@GOLDNODE@"