aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2015-11-08 20:28:30 +0100
committertoni <matzeton@googlemail.com>2015-11-11 22:53:07 +0100
commitf2f6ea5029c6c43dc43d714978daca38c03a8a83 (patch)
tree745932f072a5c0246a3a3fb19ad341dcba401eed /config.h
parent5b73c45d46f33610fa1d99c6467e24fa7861075d (diff)
- changed dir structure
- fixed ipc semaphore/mq stuff
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index a7fddc0..0000000
--- a/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#define AUTHOR "Toni Uhlig"
-#define AUTHOR_EMAIL "matzeton@googlemail.com"
-#define PKGNAME "naskpass"
-#define PKGDESC "A NCurses replacement for cryptsetup's askpass."
-#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 SEM_BSY "/naskpass-busy"
-#define SEM_RDY "/naskpass-initialized"
-#define MSQ_PWD "/naskpass-passwd"
-#define MSQ_INF "/naskpass-info"
-
-#define IPC_MQSIZ 128
-
-#ifdef _VERSION
-#define VERSION _VERSION
-#else
-#define VERSION "unknown"
-#endif