forked from altcloud/fence-virt
1ddb9136d9
Signed-off-by: Lon Hohberger <lhh@redhat.com>
11 lines
204 B
C
11 lines
204 B
C
#ifndef _FENCE_VIRT_H
|
|
#define _FENCE_VIRT_H
|
|
|
|
#ifdef SYSCONFDIR
|
|
#define DEFAULT_CONFIG_FILE SYSCONFDIR "/fence_virt.conf"
|
|
#else
|
|
#define DEFAULT_CONFIG_FILE SYSCONFDIR "/etc/fence_virt.conf"
|
|
#endif
|
|
|
|
#endif
|