aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 26fdb3c..a559771 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,10 @@
#define DEFAULT_FIFO "/lib/cryptsetup/passfifo"
#define SHTDWN_CMD "echo 'o' >/proc/sysrq-trigger"
+#define SEM_GUI "/naskpass-gui"
+#define SEM_INP "/naskpass-input"
+#define MSQ_PWD "/naskpass-passwd"
+
#ifdef _VERSION
#define VERSION _VERSION
#else