File: pathconfig.h.pathsubst

package info (click to toggle)
util-vserver 0.30.216-pre2864-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,576 kB
  • ctags: 4,462
  • sloc: ansic: 23,615; sh: 15,550; xml: 1,893; makefile: 402; python: 301; perl: 85; awk: 4
file content (53 lines) | stat: -rw-r--r-- 1,917 bytes parent folder | download | duplicates (2)
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
// $Id: pathconfig.h.pathsubst 2558 2007-07-10 20:34:48Z dhozac $    --*- c++ -*--

// Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
//  
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; version 2 of the License.
//  
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//  
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


#ifndef H_UTIL_VSERVER_PATHCONFIG_H
#define H_UTIL_VSERVER_PATHCONFIG_H

#define PKGLIBDIR		"@PKGLIBDIR@"
#define SBINDIR			"@SBINDIR@"
#define CONFDIR			"@CONFDIR@"
#define SYSCONFDIR		"@SYSCONFDIR@"
#define LOCKDIR			"/var/lock"
#define PKGLIBDEFAULTDIR	PKGLIBDIR "/defaults"

#define DEFAULT_VSERVERDIR	"@VSERVERDIR@"
#define DEFAULT_VSERVERPKGDIR	"@VSERVERPKGDIR@"
#define DEFAULT_PKGSTATEDIR	"@PKGSTATEDIR@"
#define DEFAULT_PKGSTATEREVDIR	"@PKGSTATEREVDIR@"

#define MOUNT_PROG		"@MOUNT@"
#define UMOUNT_PROG		"@UMOUNT@"
#define PS_PROG			"@PS@"

#define VPKG_PROG		PKGLIBDIR "/vpkg"
#define RESOLVER_PROG		PKGLIBDIR "/rpm-fake-resolver"

#define PROG_IP			"@IP@"
#define PROG_MODPROBE		"@MODPROBE@"
#define PROG_NAMEIF		"@NAMEIF@"
#define PROG_VCONFIG		"@VCONFIG@"

#define PROG_SECURE_MOUNT	PKGLIBDIR "/secure-mount"
#define PROG_H2EXT_WORKER	PKGLIBDIR "/h2ext-worker"

#define PATH_VSERVER_START	PKGLIBDIR "/vserver.start"
#define PATH_FUNCTIONS		PKGLIBDIR "/functions"
#define PATH_UTILVSERVER_VARS	PKGLIBDIR "/util-vserver-vars"

#endif	//  H_UTIL_VSERVER_PATHCONFIG_H