summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Krennmair <ak@synflood.at>2006-11-21 06:18:01 +0000
committerAndreas Krennmair <ak@synflood.at>2006-11-21 06:18:01 +0000
commita5dd5bc78ded8f69a9b7d9692dbf343ae21525fa (patch)
treea2b2d293748fbe1e4fe849283220851c305d8b43
parent6e6026804114b7341e4fca8706c0df8ff95458ea (diff)
Andreas Krennmair:
added missing config.h header.
-rw-r--r--config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 00000000..5a7cc10b
--- /dev/null
+++ b/config.h
@@ -0,0 +1,12 @@
+#ifndef NOOS_CONFIG__H
+#define NOOS_CONFIG__H
+
+#define PROGRAM_NAME "noos"
+#define PROGRAM_VERSION "0.1"
+#define PROGRAM_URL "http://future.noos.homepage.invalid/"
+#define USER_AGENT PROGRAM_NAME " rss feedreader " PROGRAM_VERSION " (" PROGRAM_URL ")"
+
+#define NOOS_PATH_SEP "/"
+#define NOOS_CONFIG_SUBDIR ".noos"
+
+#endif