prompt.c (5a72b6eda3bd6e028d085dd1d071558adc28e6ee) | prompt.c (972a1bcf5db5ee4c5520a1d29d3c81e81bdec84f) |
---|---|
1/*- 2 * Copyright (c) 1998 Brian Somers <brian@Awfulhak.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 9 unchanged lines hidden (view full) --- 18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 * SUCH DAMAGE. 25 * | 1/*- 2 * Copyright (c) 1998 Brian Somers <brian@Awfulhak.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 9 unchanged lines hidden (view full) --- 18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 * SUCH DAMAGE. 25 * |
26 * $Id: prompt.c,v 1.11 1998/08/09 15:34:11 brian Exp $ | 26 * $Id: prompt.c,v 1.12 1998/08/26 17:39:37 brian Exp $ |
27 */ 28 29#include <sys/param.h> 30#include <netinet/in.h> 31#include <netinet/in_systm.h> 32#include <netinet/ip.h> 33#include <sys/un.h> 34 --- 23 unchanged lines hidden (view full) --- 58#include "hdlc.h" 59#include "ipcp.h" 60#include "filter.h" 61#include "async.h" 62#include "ccp.h" 63#include "link.h" 64#include "physical.h" 65#include "mp.h" | 27 */ 28 29#include <sys/param.h> 30#include <netinet/in.h> 31#include <netinet/in_systm.h> 32#include <netinet/ip.h> 33#include <sys/un.h> 34 --- 23 unchanged lines hidden (view full) --- 58#include "hdlc.h" 59#include "ipcp.h" 60#include "filter.h" 61#include "async.h" 62#include "ccp.h" 63#include "link.h" 64#include "physical.h" 65#include "mp.h" |
66#ifndef NORADIUS 67#include "radius.h" 68#endif |
|
66#include "bundle.h" 67#include "chat.h" 68#include "chap.h" 69#include "cbcp.h" 70#include "datalink.h" 71#include "server.h" 72#include "main.h" 73 --- 478 unchanged lines hidden --- | 69#include "bundle.h" 70#include "chat.h" 71#include "chap.h" 72#include "cbcp.h" 73#include "datalink.h" 74#include "server.h" 75#include "main.h" 76 --- 478 unchanged lines hidden --- |