Initial revision
[freeradius.git] / src / main / modules_static.h.in
1 /*
2  * modules_static.h     Defines the compiled-in modules of radiusd.
3  *                      This is only used if the system doesn't
4  *                      support runtime linking of modules.
5  *
6  * Version:             @(#)modules_static.h  1.00  08-Aug-1999  miquels
7  *
8  */
9
10 typedef struct static_modules_t {
11         char *keyword;
12         module_t *module;
13 } static_modules_t;
14