summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorjvoisin2025-10-02 12:16:29 +0200
committerjvoisin2025-10-02 12:16:29 +0200
commit09bc3ffc8734cf2437e14ab123c7b732db53b836 (patch)
treea7ab04ed2ad5d1848068af8d6e4849ed35153ca4 /src/sp_config.h
parent9509733befcb4010bc77b06fcf41e77078976e80 (diff)
Rename a handful of global constants
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index fb25fdb..6bfb009 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -19,9 +19,9 @@ 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
22typedef enum { SP_ZEND = 0, SP_SYSLOG = 1 } sp_log_media; 22typedef enum { SP_LOG_ZEND = 0, SP_LOG_SYSLOG = 1 } sp_log_media;
23 23
24typedef enum { SP_UNSET = 0, SP_READONLY = 1, SP_READWRITE = -1 } sp_ini_permission; 24typedef enum { SP_INI_UNSET = 0, SP_INI_READONLY = 1, SP_INI_READWRITE = -1 } sp_ini_permission;
25 25
26typedef struct { 26typedef struct {
27 int ip_version; 27 int ip_version;