comparison src/core/ngx_config.h @ 210:00cafae0bdf1

nginx-0.0.1-2003-12-14-23:10:27 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Dec 2003 20:10:27 +0000
parents 267ea1d98683
children fd9fecc4193f
comparison
equal deleted inserted replaced
209:e1c815be05ae 210:00cafae0bdf1
37 /* STUB: autoconf */ 37 /* STUB: autoconf */
38 typedef int ngx_int_t; 38 typedef int ngx_int_t;
39 typedef u_int ngx_uint_t; 39 typedef u_int ngx_uint_t;
40 40
41 /* STUB: autoconf */ 41 /* STUB: autoconf */
42 #define PTR_FMT "%X" 42 #define PTR_FMT "%08X"
43 43
44 #include <ngx_auto_config.h> 44 #include <ngx_auto_config.h>
45 45
46 46
47 #ifndef NGX_SERVER_ROOT 47 #ifndef NGX_SERVER_ROOT
58 #define ngx_signal_value(n) ngx_signal_helper(n) 58 #define ngx_signal_value(n) ngx_signal_helper(n)
59 59
60 /* TODO: #ifndef */ 60 /* TODO: #ifndef */
61 #define NGX_RESTART_SIGNAL HUP 61 #define NGX_RESTART_SIGNAL HUP
62 #define NGX_ROTATE_SIGNAL USR1 62 #define NGX_ROTATE_SIGNAL USR1
63 #define NGX_SHUTDOWN_SIGNAL TERM
64 #define NGX_INTERRUPT_SIGNAL INT
63 65
64 #endif 66 #endif
65 67
66 68
67 69