mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-12 15:17:14 +03:00
19 lines
344 B
C
19 lines
344 B
C
|
|
|
|
#ifndef CONFIG_H
|
|
/* Template for config.h, filled by `configure`. */
|
|
|
|
/* Libwrap, to support host_ctl, /etc/allow and /etc/deny */
|
|
#undef HAVE_LIBWRAP
|
|
|
|
/* Landlock sandboxing Linux LSM */
|
|
#undef HAVE_LANDLOCK
|
|
|
|
/* libcap support, to use Linux capabilities */
|
|
#undef HAVE_LIBCAP
|
|
|
|
/* libbsd, to change process name */
|
|
#undef HAVE_LIBBSD
|
|
|
|
#endif
|