File: paths.h.in

package info (click to toggle)
glimpse 4.18.7-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,832 kB
  • sloc: ansic: 37,606; makefile: 847; sh: 242; perl: 142
file content (24 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _PATHS_H_
#define _PATHS_H_

#ifndef CMD_PERL
#define CMD_PERL	"@CMD_PERL@"
#endif

#ifndef CMD_GZIP
#define CMD_GZIP	"@CMD_GZIP@"
#endif

#ifndef CMD_GUNZIP
#define CMD_GUNZIP	"@CMD_GUNZIP@"
#endif

#ifndef CMD_UNZIP
#define CMD_UNZIP	"@CMD_UNZIP@"
#endif

#ifndef CMD_UNCOMPRESS
#define CMD_UNCOMPRESS	"@CMD_UNCOMPRESS@"
#endif

#endif