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