comparison src/core/ngx_config.h @ 266:5238e93961a1

nginx-0.0.2-2004-02-23-23:57:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2004 20:57:12 +0000
parents b6793bc5034b
children 83205e0b5522
comparison
equal deleted inserted replaced
265:6468241715e6 266:5238e93961a1
36 #include <ngx_auto_config.h> 36 #include <ngx_auto_config.h>
37 37
38 #endif 38 #endif
39 39
40 40
41 /* STUB: ngx_mutex.h */
42 #define ngx_mutex_lock(m)
43 #define ngx_mutex_unlock(m)
44
45
46 /* STUB: autoconf */ 41 /* STUB: autoconf */
47 typedef int ngx_int_t; 42 typedef int ngx_int_t;
48 typedef u_int ngx_uint_t; 43 typedef u_int ngx_uint_t;
49 44
50 45
69 #define ngx_signal_value(n) ngx_signal_helper(n) 64 #define ngx_signal_value(n) ngx_signal_helper(n)
70 65
71 /* TODO: #ifndef */ 66 /* TODO: #ifndef */
72 #define NGX_SHUTDOWN_SIGNAL QUIT 67 #define NGX_SHUTDOWN_SIGNAL QUIT
73 #define NGX_TERMINATE_SIGNAL TERM 68 #define NGX_TERMINATE_SIGNAL TERM
74 #define NGX_NOACCEPT_SIGNAL ABRT 69 #define NGX_NOACCEPT_SIGNAL WINCH
75 #define NGX_RECONFIGURE_SIGNAL HUP 70 #define NGX_RECONFIGURE_SIGNAL HUP
76 #define NGX_REOPEN_SIGNAL USR1 71 #define NGX_REOPEN_SIGNAL USR1
77 #define NGX_CHANGEBIN_SIGNAL USR2 72 #define NGX_CHANGEBIN_SIGNAL USR2
78 73
79 #endif 74 #endif