NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
Find a file
Sergey Kandaurov 5118a0a89d Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c.
Redefinition of typedef is a C11 feature.  On older compilers that
default to C99, such as clang 3.4.1 supplied with FreeBSD 10, this
caused -Wtypedef-redefinition warnings.
2017-08-25 17:11:29 +03:00
auto Renamed configure option --no-unix-domain to --no-unix-sockets. 2017-08-24 18:38:34 +03:00
src Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c. 2017-08-25 17:11:29 +03:00
test Removed unused structure. 2017-08-22 17:37:58 +03:00
configure Removed configure option --no-threads. 2017-08-24 17:43:32 +03:00