aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 54f45b6..9712f30 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,6 +8,13 @@
#ifndef _CONFIG_H
#define _CONFIG_H
+/* path to the config file */
+#define CONFIGFILE "/etc/cqrlogo.conf"
+
+/* whether or not defaults or settings from config may be overwritten
+ * by query string */
+#define ALLOW_OVERWRITE 1
+
/* pixels are scaled up by this factor */
#define QRCODE_SCALE 2
/* this is the maximum scale factor */