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

Contents of /imapfilter/pathnames.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jul 31 15:44:49 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_9
Branch point for: release-0_9-patches
File MIME type: text/plain
Added pathnames header file.

1 #ifndef PATHNAMES_H
2 #define PATHNAMES_H
3
4
5 /* Program's home directory. */
6 #define PATHNAME_HOME_DIR ".imapfilter"
7
8 /* Program's configuration file. */
9 #define PATHNAME_CONFIG_FILE ".imapfilterrc"
10
11 /* Encrypted passwords' file. */
12 #define PATHNAME_PASSWORD_FILE PATHNAME_HOME_DIR "/passwords"
13
14 /* SSL/TLS certificates file. */
15 #define PATHNAME_CERT_FILE PATHNAME_HOME_DIR "/certificates"
16
17 /* Lock file containing program's PID. */
18 #define PATHNAME_LOCK_FILE PATHNAME_HOME_DIR "/lock"
19
20
21 #endif /* PATHNAMES_H */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26