File: paths.h

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 (25 lines) | stat: -rw-r--r-- 429 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
25
/* Generated automatically from paths.h.in by configure. */
#ifndef _PATHS_H_
#define _PATHS_H_

#ifndef CMD_PERL
#define CMD_PERL	"/usr/local/perl"
#endif

#ifndef CMD_GZIP
#define CMD_GZIP	"/usr/local/gzip"
#endif

#ifndef CMD_GUNZIP
#define CMD_GUNZIP	"/usr/local/gunzip"
#endif

#ifndef CMD_UNZIP
#define CMD_UNZIP	"/usr/local/unzip"
#endif

#ifndef CMD_UNCOMPRESS
#define CMD_UNCOMPRESS	"/usr/ucb/uncompress"
#endif

#endif