comparison src/core/ngx_conf_file.h @ 6527:6d3a60a909c8

Removed some bitrot. Removed NGX_CONF_MULTI unused since 1.3.4. Removed ngx_url_t.one_addr unused since 1.3.10.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 26 Apr 2016 18:26:43 +0300
parents 0f203a2af17c
children dc3b3cfd5d23
comparison
equal deleted inserted replaced
6526:be44757637dd 6527:6d3a60a909c8
43 #define NGX_CONF_BLOCK 0x00000100 43 #define NGX_CONF_BLOCK 0x00000100
44 #define NGX_CONF_FLAG 0x00000200 44 #define NGX_CONF_FLAG 0x00000200
45 #define NGX_CONF_ANY 0x00000400 45 #define NGX_CONF_ANY 0x00000400
46 #define NGX_CONF_1MORE 0x00000800 46 #define NGX_CONF_1MORE 0x00000800
47 #define NGX_CONF_2MORE 0x00001000 47 #define NGX_CONF_2MORE 0x00001000
48 #define NGX_CONF_MULTI 0x00000000 /* compatibility */
49 48
50 #define NGX_DIRECT_CONF 0x00010000 49 #define NGX_DIRECT_CONF 0x00010000
51 50
52 #define NGX_MAIN_CONF 0x01000000 51 #define NGX_MAIN_CONF 0x01000000
53 #define NGX_ANY_CONF 0x1F000000 52 #define NGX_ANY_CONF 0x1F000000