summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index eea4b17..111e9b1 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -22,6 +22,16 @@
#include <glib.h>
+/* Directory names */
+#define THUMBNAIL_DIR "_thumb"
+#define IMG_BIG_DIR "_big"
+#define IMG_ORIG_DIR "_orig"
+
+#define SETUP_XML "setup.xml"
+
+
+
+/* Global gallery setup */
typedef struct {
gboolean verbose;
char *real_templates_dir;