-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpathconfig.h.pathsubst
56 lines (45 loc) · 1.96 KB
/
pathconfig.h.pathsubst
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
54
55
56
// $Id$ --*- 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 PKGDATADIR "@PKGDATADIR@"
#define PKGLIBEXECDIR "@PKGLIBEXECDIR@"
#define SBINDIR "@SBINDIR@"
#define CONFDIR "@CONFDIR@"
#define SYSCONFDIR "@SYSCONFDIR@"
#define LOCKDIR "/var/lock"
#define PKGLIBDEFAULTDIR PKGDATADIR "/defaults"
#define DEFAULTCONFDIR "@CONFDIR@/.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 PKGLIBEXECDIR "/vpkg"
#define RESOLVER_PROG PKGLIBEXECDIR "/rpm-fake-resolver"
#define PROG_IP "@IP@"
#define PROG_MODPROBE "@MODPROBE@"
#define PROG_NAMEIF "@NAMEIF@"
#define PROG_VCONFIG "@VCONFIG@"
#define PROG_SECURE_MOUNT PKGLIBEXECDIR "/secure-mount"
#define PROG_H2EXT_WORKER PKGLIBEXECDIR "/h2ext-worker"
#define PATH_VSERVER_START PKGDATADIR "/vserver.start"
#define PATH_FUNCTIONS PKGDATADIR "/functions"
#define PATH_UTILVSERVER_VARS PKGLIBEXECDIR "/util-vserver-vars"
#endif // H_UTIL_VSERVER_PATHCONFIG_H