Files
nginx/auto
Roman Arutyunyan 0e92c213f5 Improved the capabilities feature detection.
Previously included file sys/capability.h mentioned in capset(2) man page,
belongs to the libcap-dev package, which may not be installed on some Linux
systems when compiling nginx.  This prevented the capabilities feature from
being detected and compiled on that systems.

Now linux/capability.h system header is included instead.  Since capset()
declaration is located in sys/capability.h, now capset() syscall is defined
explicitly in code using the SYS_capset constant, similarly to other
Linux-specific features in nginx.
2017-12-18 21:09:39 +03:00
..
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2016-03-10 18:31:05 +03:00
2017-07-20 15:51:11 +03:00
2012-01-18 15:07:43 +00:00
2017-07-20 08:50:49 +03:00
2016-09-15 14:55:46 +03:00
2012-01-18 15:07:43 +00:00
2015-03-14 17:37:07 +03:00