blob: 6ce902a89142c398d445b72aafb4cffc0eb6f0a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NOOS_CONFIG__H
#define NOOS_CONFIG__H
#define PROGRAM_NAME "noos"
#define PROGRAM_VERSION "0.2"
#define PROGRAM_URL "http://synflood.at/noos.html"
#define USER_AGENT PROGRAM_NAME " rss feedreader " PROGRAM_VERSION " (" PROGRAM_URL ")"
#define NOOS_PATH_SEP "/"
#define NOOS_CONFIG_SUBDIR ".noos"
#endif
|