]> Pileus Git - ~andy/fetchmail/blob - tunable.h
c9821ca22e35a4a17cff731611e124d79b93d3ac
[~andy/fetchmail] / tunable.h
1 /*
2  * tunable.h -- values that a site might want to change
3  *
4  * For license terms, see the file COPYING in this directory.
5  */
6
7 /* umask to use when daemon creates files */
8 #define DEF_UMASK               022
9
10 /* default timeout period in seconds if server connection dies */
11 #define CLIENT_TIMEOUT          300
12