summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index af9b905..df36976 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -81,6 +81,8 @@ typedef struct {
81typedef struct { 81typedef struct {
82 bool encrypt; 82 bool encrypt;
83 bool simulation; 83 bool simulation;
84 u_long sid_min_length;
85 u_long sid_max_length;
84} sp_config_session; 86} sp_config_session;
85 87
86typedef struct { 88typedef struct {
@@ -292,6 +294,8 @@ typedef struct {
292#define SP_TOKEN_MAX_EXECUTION_DEPTH "max_execution_depth" 294#define SP_TOKEN_MAX_EXECUTION_DEPTH "max_execution_depth"
293#define SP_TOKEN_SERVER_ENCODE "server_encode" 295#define SP_TOKEN_SERVER_ENCODE "server_encode"
294#define SP_TOKEN_SERVER_STRIP "server_strip" 296#define SP_TOKEN_SERVER_STRIP "server_strip"
297#define SP_TOKEN_SID_MIN_LENGTH "sid_min_length"
298#define SP_TOKEN_SID_MAX_LENGTH "sid_max_length"
295 299
296// upload_validator 300// upload_validator
297#define SP_TOKEN_UPLOAD_SCRIPT "script" 301#define SP_TOKEN_UPLOAD_SCRIPT "script"