aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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