File: paths.h.in

package info (click to toggle)
glimpse 4.1-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,344 kB
  • ctags: 2,254
  • sloc: ansic: 32,194; makefile: 561; sh: 170; 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