summaryrefslogtreecommitdiffstats
path: root/src/smartauthmon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smartauthmon.cpp')
-rw-r--r--src/smartauthmon.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/smartauthmon.cpp b/src/smartauthmon.cpp
index ea49442..cb93aea 100644
--- a/src/smartauthmon.cpp
+++ b/src/smartauthmon.cpp
@@ -14,6 +14,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define _XOPEN_SOURCE 500
#include <stdio.h>
#include <stdlib.h>
@@ -42,7 +46,9 @@
#define SECURE_DIRECTORY_PATH "/tmp/smartauth"
// The Trinity binary directory
+#ifndef TRINTIY_BIN_PREFIX
#define TRINITY_BIN_PREFIX "/opt/trinity/bin/"
+#endif
// Some internal constants
#define CREATE_LIFE_CYCLE "01"