#include "lcas_defines.h"
Go to the source code of this file.
Defines | |
#define | LCAS_MAXPATHLEN 500 |
#define | LCAS_MAXARGSTRING 2000 |
#define | LCAS_MAXARGS 51 |
Definition in file _lcas_defines.h.
|
maximum number of arguments (+1) to be passed to LCAS authorization plugins/modules. Definition at line 40 of file _lcas_defines.h. Referenced by lcas_setup(), and parse_args_plugin(). |
|
maximum length of the plugin argument string as specified in the LCAS database. Definition at line 38 of file _lcas_defines.h. Referenced by lcas_db_fill_entry(), lcas_db_parse_line(), lcas_init_and_logfile(), and PluginInit(). |
|
maximum path lengths of files, used in plugin and database structures. Definition at line 36 of file _lcas_defines.h. Referenced by lcas_db_fill_entry(), lcas_db_parse_line(), lcas_init_and_logfile(), parse_args_plugin(), and PluginInit(). |