summaryrefslogtreecommitdiffstats
path: root/src/Defaults.h
blob: d16824800532e3da00d846115874207eae61435f (plain) (blame)
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
/*
 * Copyright (c) 2010,2011 - RZ Uni Freiburg
 * Copyright (c) 2010,2011 - OpenSLX Project
 *
 * This program/file is free software distributed under the GPL version 2.
 * See http://gpl.openslx.org/
 *
 * If you have any feedback please consult http://feedback.openslx.org/ and
 * send your feedback to feedback@openslx.org
 *
 * General information about OpenSLX - libChooser can be found under
 * http://openslx.org
 *
 */

#ifndef CHOOSERDEFAULTS_H_
#define CHOOSERDEFAULTS_H_

#define LIBCHOOSER_BIN_PATH "/var/opt/openslx/bin"
#define LIBCHOOSER_ETC_BASE_PATH "/etc/vmchooser"
#define LIBCHOOSER_VMPATH "/var/lib/virt"

#define LIBCHOOSER_X_SESSIONS_PATH "/usr/share/xsessions"

#endif /* CHOOSERDEFAULTS_H_ */