summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-09-19 19:41:24 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-09-19 19:41:24 +0200
commitaff9ec19a2622905c4cb36c66794db916c90ca89 (patch)
treebc07ce9d2dbae52267d92ed07fe7b2d52f25813b /config.h.in
parent8fac573efcb64e8db7416b3b117f05e7032a7c74 (diff)
downloadulock-aff9ec19a2622905c4cb36c66794db916c90ca89.tar
ulock-aff9ec19a2622905c4cb36c66794db916c90ca89.zip
Implement ulock
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..6f5e541
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,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_ */