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

Diff of /imapfilter/pathnames.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by lefcha, Mon Feb 9 17:34:56 2004 UTC revision 1.3 by lefcha, Fri Feb 13 12:17:16 2004 UTC
# Line 3  Line 3 
3    
4    
5  /* Program's home directory. */  /* Program's home directory. */
6  #define PATHNAME_HOME_DIR               ".imapfilter"  #define PATHNAME_HOME                   ".imapfilter"
7    
8  /* Program's configuration file. */  /* Program's configuration file. */
9  #define PATHNAME_CONFIG_FILE            ".imapfilterrc"  #define PATHNAME_CONFIG                 ".imapfilterrc"
10    
11  /* Encrypted passwords' file. */  /* Encrypted passwords' file. */
12  #define PATHNAME_PASSWORD_FILE          PATHNAME_HOME_DIR "/passwords"  #define PATHNAME_PASSWORDS              PATHNAME_HOME "/passwords"
13    
14  /* SSL/TLS certificates file. */  /* SSL/TLS certificates file. */
15  #define PATHNAME_CERT_FILE              PATHNAME_HOME_DIR "/certificates"  #define PATHNAME_CERTS                  PATHNAME_HOME "/certificates"
16    
17  /* Lock file containing program's PID. */  /* Lock file containing program's PID. */
18  #define PATHNAME_LOCK_FILE              PATHNAME_HOME_DIR "/lock"  #define PATHNAME_LOCK                   PATHNAME_HOME "/lock"
19    
20  /* Debug temporary file template. */  /* Debug temporary file template. */
21  #define PATHNAME_DEBUG_FILE             "/tmp/imapfilter.XXXX"  #define PATHNAME_DEBUG                  "/tmp/imapfilter.XXXX"
22    
23    
24  #endif                          /* PATHNAMES_H */  #endif                          /* PATHNAMES_H */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26