summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
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_ */