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

Contents of /imapfilter/pathnames.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Feb 9 17:34:56 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.1: +3 -0 lines
File MIME type: text/plain
Move DEBUG from compilation #define variable to runtime command line option.

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 /* Debug temporary file template. */
21 #define PATHNAME_DEBUG_FILE "/tmp/imapfilter.XXXX"
22
23
24 #endif /* PATHNAMES_H */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26