diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 02:27:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 02:27:08 +0000 |
commit | 574f7d9a37b51db64dae2a08b26e78efd11690b2 (patch) | |
tree | f693b2ccc3bbe06df58a84fccf179d65093728ac /tunable.h | |
parent | 01dd2f571c5c69f181f593ab18250ce0e1731301 (diff) | |
download | fetchmail-574f7d9a37b51db64dae2a08b26e78efd11690b2.tar.gz fetchmail-574f7d9a37b51db64dae2a08b26e78efd11690b2.tar.bz2 fetchmail-574f7d9a37b51db64dae2a08b26e78efd11690b2.zip |
Initial revision
svn path=/trunk/; revision=638
Diffstat (limited to 'tunable.h')
-rw-r--r-- | tunable.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tunable.h b/tunable.h new file mode 100644 index 00000000..c9821ca2 --- /dev/null +++ b/tunable.h @@ -0,0 +1,12 @@ +/* + * tunable.h -- values that a site might want to change + * + * For license terms, see the file COPYING in this directory. + */ + +/* umask to use when daemon creates files */ +#define DEF_UMASK 022 + +/* default timeout period in seconds if server connection dies */ +#define CLIENT_TIMEOUT 300 + |