From 574f7d9a37b51db64dae2a08b26e78efd11690b2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Dec 1996 02:27:08 +0000 Subject: Initial revision svn path=/trunk/; revision=638 --- tunable.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tunable.h (limited to 'tunable.h') 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 + -- cgit v1.2.3