KDEsu
defaults.h
Go to the documentation of this file.00001 /* vi: ts=8 sts=4 sw=4 00002 * 00003 * $Id$ 00004 * 00005 * This file is part of the KDE project, module kdesu. 00006 * Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org> 00007 * 00008 * This is free software; you can use this library under the GNU Library 00009 * General Public License, version 2. See the file "COPYING.LIB" for the 00010 * exact licensing terms. 00011 */ 00012 00013 #ifndef __Defaults_h_included__ 00014 #define __Defaults_h_included__ 00015 00016 const int defTimeout = 120*60; 00017 const int defEchoMode = 0; 00018 const int defKeep = false; 00019 00020 #endif