diff options
Diffstat (limited to '')
| -rw-r--r-- | src/sp_config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index 6bfb009..8886bc6 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -19,10 +19,15 @@ typedef enum { | |||
| 19 | SP_PHP_TYPE_REFERENCE = IS_REFERENCE | 19 | SP_PHP_TYPE_REFERENCE = IS_REFERENCE |
| 20 | } sp_php_type; | 20 | } sp_php_type; |
| 21 | 21 | ||
| 22 | typedef enum { SP_LOG_ZEND = 0, SP_LOG_SYSLOG = 1 } sp_log_media; | ||
| 23 | 22 | ||
| 24 | typedef enum { SP_INI_UNSET = 0, SP_INI_READONLY = 1, SP_INI_READWRITE = -1 } sp_ini_permission; | 23 | typedef enum { SP_INI_UNSET = 0, SP_INI_READONLY = 1, SP_INI_READWRITE = -1 } sp_ini_permission; |
| 25 | 24 | ||
| 25 | typedef enum { SP_LOG_ZEND = 0, SP_LOG_SYSLOG = 1, SP_LOG_FILE = 2 } sp_log_media_type; | ||
| 26 | typedef struct { | ||
| 27 | sp_log_media_type type; | ||
| 28 | char* path; | ||
| 29 | } sp_config_log; | ||
| 30 | |||
| 26 | typedef struct { | 31 | typedef struct { |
| 27 | int ip_version; | 32 | int ip_version; |
| 28 | union { | 33 | union { |
