Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2022-01-25 15:41:48 +0300
committerVladimir Homutov <vl@nginx.com>2022-01-25 15:41:48 +0300
commitf780297bcf12eaa5942b95adb49e297314132e15 (patch)
tree26593a44a3e1606653cb9a22cd2198f2dc537605 /auto/sources
parent9d7491e1069f9802e35c365d1f8b993d9ea00d44 (diff)
Core: the ngx_event_udp.h header file.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources
index 156f7979e..a539093ce 100644
--- a/auto/sources
+++ b/auto/sources
@@ -89,7 +89,8 @@ EVENT_DEPS="src/event/ngx_event.h \
src/event/ngx_event_timer.h \
src/event/ngx_event_posted.h \
src/event/ngx_event_connect.h \
- src/event/ngx_event_pipe.h"
+ src/event/ngx_event_pipe.h \
+ src/event/ngx_event_udp.h"
EVENT_SRCS="src/event/ngx_event.c \
src/event/ngx_event_timer.c \