00001 /* 00002 * 00003 * kPPP: A pppd Front End for the KDE project 00004 * 00005 * $Id: auth.h,v 1.2 2003/08/09 17:14:55 kergoth Exp $ 00006 * Copyright (C) 1997 Bernd Johannes Wuebben 00007 * wuebben@math.cornell.edu 00008 * 00009 * This file was contributed by Mario Weilguni <mweilguni@sime.com> 00010 * Thanks Mario! 00011 * 00012 * This library is free software; you can redistribute it and/or 00013 * modify it under the terms of the GNU Library General Public 00014 * License as published by the Free Software Foundation; either 00015 * version 2 of the License, or (at your option) any later version. 00016 * 00017 * This library is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00020 * Library General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU Library General Public 00023 * License along with this program; if not, write to the Free 00024 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00025 */ 00026 00027 #ifndef __AUTH__H__ 00028 #define __AUTH__H__ 00029 00030 #define AUTH_SCRIPT 0 00031 #define AUTH_PAP 1 00032 #define AUTH_TERMINAL 2 00033 #define AUTH_CHAP 3 00034 #define AUTH_PAPCHAP 4 00035 00036 #endif
1.4.2