index
:
naskpass.git
NCurses based replacement for askpass (related to cryptsetup).
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
config.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/config.h')
-rw-r--r--
src/config.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 1a7dafc..d355e5d 100644
--- a/
src/config.h
+++ b/
src/config.h
@@ -10,7 +10,7 @@
#define MSQ_PWD "/naskpass-passwd"
#define MSQ_INF "/naskpass-info"
-#ifdef HAVE_CONFIG_H
+#if defined(HAVE_CONFIG_H) || defined(_HAVE_CONFIG_H)
#include "aconfig.h"
#include "version.h"
#endif