]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/acconfig.h
Added RADIUS suppport.
[ppp.git] / pppd / plugins / radius / radiusclient / acconfig.h
1 /*
2  * $Id: acconfig.h,v 1.1 2002/01/22 16:03:00 dfs Exp $
3  *
4  * Copyright (C) 1996,1997 Lars Fenneberg
5  *
6  * See the file COPYRIGHT for the respective terms and conditions. 
7  * If the file is missing contact me at lf@elemental.net 
8  * and I'll send you a copy.
9  *
10  */
11
12 @TOP@
13
14 /* does /dev/urandom exist ? */
15 #undef HAVE_DEV_URANDOM
16
17 /* shadow password support */
18 #undef HAVE_SHADOW_PASSWORDS
19
20 /* struct utsname has domainname field */
21 #undef HAVE_STRUCT_UTSNAME_DOMAINNAME
22
23 /* do you need the sig* prototypes ? */
24 #undef NEED_SIG_PROTOTYPES
25
26 /* package name */
27 #undef PACKAGE
28
29 /* include code to kludge aroung Livingston's RADIUS server 1.16 */
30 #undef RADIUS_116
31
32 /* SCP support */
33 #undef SCP
34
35 /* package version */
36 #undef VERSION