*
*/
-#include <freeradius/ident.h>
-RCSIDH(radiusd_h, "$Id: radiusd.h,v 1.1 2010/08/14 04:13:52 faust Exp $")
+//#include <freeradius/ident.h>
+//RCSIDH(radiusd_h, "$Id: radiusd.h,v 1.1 2010/08/14 04:13:52 faust Exp $")
#include "libradius.h"
-#include <freeradius/radpaths.h>
-#include "conf.h"
+//#include <freeradius/radpaths.h>
+//#include "conf.h"
#include "conffile.h"
#include "event.h"
#endif
#include "stats.h"
-#include "realms.h"
+/*#include "realms.h"*/
/*
char *login;
char *password;
char *server;
- int number; /* internal use only */
+ int number;
const CONF_SECTION *cs;
#ifdef WITH_STATS
fr_stats_t *auth;
#ifdef WITH_DYNAMIC_CLIENTS
int lifetime;
- int dynamic; /* was dynamically defined */
+ int dynamic;
time_t created;
time_t last_new_client;
char *client_server;
RAD_LISTEN_MAX
} RAD_LISTEN_TYPE;
+#if defined(FREE_BSD) || defined(FREE_BSD5)
+#include <sys/time.h>
+#endif
/*
* For listening on multiple IP's and ports.