summaryrefslogtreecommitdiffstats
path: root/config.h.in
blob: 6f5e54154cb986438196733d7cbf3f6cb7c4ceb4 (plain)
1
2
3
4
5
6
7
8
#ifndef _ULOCK_CONFIG_H_
#define _ULOCK_CONFIG_H_

#define CONFIG_FILE "@CONFIG_DIR@/ulock.conf"
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
#define DATA_DIR "@CMAKE_INSTALL_PREFIX@/@DATA_DIR@"

#endif /* _ULOCK_CONFIG_H_ */