summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/setup.h b/src/setup.h
index 7fb32bd..4cd2629 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -23,9 +23,9 @@
/* Directory names */
-#define THUMBNAIL_DIR "_thumb"
-#define IMG_BIG_DIR "_big"
-#define IMG_ORIG_DIR "_orig"
+#define DEFAULT_THUMBNAIL_DIR "_thumb"
+#define DEFAULT_IMG_BIG_DIR "_big"
+#define DEFAULT_IMG_ORIG_DIR "_orig"
#define SETUP_XML "setup.xml"
#define DEFAULT_INDEX_FILENAME "index.html"
@@ -46,6 +46,9 @@ typedef struct {
char **template_files;
gboolean support_files_use_common_root;
char *index_file_name;
+ char *thumbnail_dir;
+ char *img_big_dir;
+ char *img_orig_dir;
char *footer;
char *meta_author;