#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/modules.h>
#include <freeradius-devel/state.h>
#include <freeradius-devel/map_proc.h>
#include <freeradius-devel/rad_assert.h>
#include <sys/file.h>
#include <fcntl.h>
#include <ctype.h>
Go to the source code of this file.
|
#define | WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
|
#define | WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
|
#define WEXITSTATUS |
( |
|
stat_val | ) |
((unsigned)(stat_val) >> 8) |
#define WIFEXITED |
( |
|
stat_val | ) |
(((stat_val) & 255) == 0) |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
static void sig_fatal |
( |
int |
sig | ) |
|
|
static |
char const* radacct_dir = NULL |
char const* radiusd_version |
Initial value:= "FreeRADIUS Version " RADIUSD_VERSION_STRING
", for host " HOSTINFO ", built on " __DATE__ " at " __TIME__
Definition at line 63 of file radiusd.c.
char const* radlog_dir = NULL |