mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-12 23:27:15 +03:00
10 lines
137 B
C
10 lines
137 B
C
|
|
|
|
#ifndef CONFIG_H
|
|
/* Template for config.h, filled by `configure`. */
|
|
|
|
/* Landlock sandboxing Linux LSM */
|
|
#undef HAVE_LANDLOCK
|
|
|
|
#endif
|