All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
conf.h
Go to the documentation of this file.
1 /* Default Database File Names */
2 
3 #define RADIUS_DIR RADDBDIR
4 #define RADACCT_DIR RADIR
5 #define L_DST_DIR LOGDIR
6 
7 #define RADIUS_DICTIONARY "dictionary"
8 #define RADIUS_CLIENTS "clients"
9 #define RADIUS_NASLIST "naslist"
10 #define RADIUS_REALMS "realms"
11 
12 #define RADUTMP LOGDIR "/radutmp"
13 #define SRADUTMP LOGDIR "/sradutmp"
14 #define RADWTMP LOGDIR "/radwtmp"
15 #define SRADWTMP LOGDIR "/sradwtmp"