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

Annotation of /imapfilter/pathnames.h

Parent Directory Parent Directory | Revision Log Revision Log


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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26