The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
paths.c File Reference

Default paths. More...

#include <freeradius-devel/util/conf.h>
#include <freeradius-devel/util/paths.h>
+ Include dependency graph for paths.c:

Go to the source code of this file.

Functions

char const * fr_path_default_lib_dir (void)
 Return the default lib dir. More...
 
char const * fr_path_default_log_dir (void)
 Return the default log dir. More...
 
char const * fr_path_default_radacct_dir (void)
 Return the default radacct dir. More...
 
char const * fr_path_default_raddb_dir (void)
 Return the default raddb dir. More...
 
char const * fr_path_default_run_dir (void)
 Return the default run dir. More...
 
char const * fr_path_default_sbin_dir (void)
 Return the default sbin dir. More...
 

Detailed Description

Default paths.

Definition in file paths.c.

Function Documentation

◆ fr_path_default_lib_dir()

char const* fr_path_default_lib_dir ( void  )

Return the default lib dir.

This is set at build time from –prefix

Returns
the value of LIBDIR

Definition at line 43 of file paths.c.

+ Here is the caller graph for this function:

◆ fr_path_default_log_dir()

char const* fr_path_default_log_dir ( void  )

Return the default log dir.

This is set at build time from –prefix

Returns
the value of LOGDIR

Definition at line 33 of file paths.c.

◆ fr_path_default_radacct_dir()

char const* fr_path_default_radacct_dir ( void  )

Return the default radacct dir.

This is set at build time from –prefix

Returns
the value of RADIR

Definition at line 83 of file paths.c.

◆ fr_path_default_raddb_dir()

char const* fr_path_default_raddb_dir ( void  )

Return the default raddb dir.

This is set at build time from –prefix

Returns
the value of RADDBDIR

Definition at line 53 of file paths.c.

◆ fr_path_default_run_dir()

char const* fr_path_default_run_dir ( void  )

Return the default run dir.

This is set at build time from –prefix

Returns
the value of RUNDIR

Definition at line 63 of file paths.c.

◆ fr_path_default_sbin_dir()

char const* fr_path_default_sbin_dir ( void  )

Return the default sbin dir.

This is set at build time from –prefix

Returns
the value of SBINDIR

Definition at line 73 of file paths.c.