/[imapfilter]/imapfilter/pathnames.h
ViewVC logotype

Contents of /imapfilter/pathnames.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Fri Feb 13 12:17:16 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -6 lines
File MIME type: text/plain
Stylistic changes.

1 #ifndef PATHNAMES_H
2 #define PATHNAMES_H
3
4
5 /* Program's home directory. */
6 #define PATHNAME_HOME ".imapfilter"
7
8 /* Program's configuration file. */
9 #define PATHNAME_CONFIG ".imapfilterrc"
10
11 /* Encrypted passwords' file. */
12 #define PATHNAME_PASSWORDS PATHNAME_HOME "/passwords"
13
14 /* SSL/TLS certificates file. */
15 #define PATHNAME_CERTS PATHNAME_HOME "/certificates"
16
17 /* Lock file containing program's PID. */
18 #define PATHNAME_LOCK PATHNAME_HOME "/lock"
19
20 /* Debug temporary file template. */
21 #define PATHNAME_DEBUG "/tmp/imapfilter.XXXX"
22
23
24 #endif /* PATHNAMES_H */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26