File: paths.h

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 (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