pathconfig.h.pathsubst (2004B)
1 // $Id$ --*- c++ -*-- 2 3 // Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 4 // 5 // This program is free software; you can redistribute it and/or modify 6 // it under the terms of the GNU General Public License as published by 7 // the Free Software Foundation; version 2 of the License. 8 // 9 // This program is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with this program; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 18 19 #ifndef H_UTIL_VSERVER_PATHCONFIG_H 20 #define H_UTIL_VSERVER_PATHCONFIG_H 21 22 #define PKGLIBDIR "@PKGLIBDIR@" 23 #define PKGDATADIR "@PKGDATADIR@" 24 #define PKGLIBEXECDIR "@PKGLIBEXECDIR@" 25 #define SBINDIR "@SBINDIR@" 26 #define CONFDIR "@CONFDIR@" 27 #define SYSCONFDIR "@SYSCONFDIR@" 28 #define LOCKDIR "/var/lock" 29 #define PKGLIBDEFAULTDIR PKGDATADIR "/defaults" 30 #define DEFAULTCONFDIR "@CONFDIR@/.defaults" 31 32 #define DEFAULT_VSERVERDIR "@VSERVERDIR@" 33 #define DEFAULT_VSERVERPKGDIR "@VSERVERPKGDIR@" 34 #define DEFAULT_PKGSTATEDIR "@PKGSTATEDIR@" 35 #define DEFAULT_PKGSTATEREVDIR "@PKGSTATEREVDIR@" 36 37 #define MOUNT_PROG "@MOUNT@" 38 #define UMOUNT_PROG "@UMOUNT@" 39 #define PS_PROG "@PS@" 40 41 #define VPKG_PROG PKGLIBEXECDIR "/vpkg" 42 #define RESOLVER_PROG PKGLIBEXECDIR "/rpm-fake-resolver" 43 44 #define PROG_IP "@IP@" 45 #define PROG_MODPROBE "@MODPROBE@" 46 #define PROG_NAMEIF "@NAMEIF@" 47 #define PROG_VCONFIG "@VCONFIG@" 48 49 #define PROG_SECURE_MOUNT PKGLIBEXECDIR "/secure-mount" 50 #define PROG_H2EXT_WORKER PKGLIBEXECDIR "/h2ext-worker" 51 52 #define PATH_VSERVER_START PKGDATADIR "/vserver.start" 53 #define PATH_FUNCTIONS PKGDATADIR "/functions" 54 #define PATH_UTILVSERVER_VARS PKGLIBEXECDIR "/util-vserver-vars" 55 56 #endif // H_UTIL_VSERVER_PATHCONFIG_H