Jeff Carneal <jeff@apex.net>
authorjcarneal <jcarneal>
Fri, 20 Oct 2000 17:02:47 +0000 (17:02 +0000)
committerjcarneal <jcarneal>
Fri, 20 Oct 2000 17:02:47 +0000 (17:02 +0000)
Add variable for usercollide.  Also added to radiusd.c, but I forgot
to mention it in the last log.  From this point forward it will be
a config option rather than a autoconf option.

src/include/radiusd.h

index 6f18583..68b0c7d 100644 (file)
@@ -162,6 +162,7 @@ extern int          proxy_port;
 extern int             proxyfd;
 extern int             proxy_retry_count;
 extern int             proxy_retry_delay;
+extern int             do_usercollide;
 
 /*
  *     Function prototypes.