mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make lmc(4) compile without INET6 defined[1]. While here make it
compile if there is no INET defined. Obtained from: zec (via p4 vimage branch)[1] MFC after: 3 months
This commit is contained in:
parent
689eae1d90
commit
e1e6bc8b42
1 changed files with 6 additions and 0 deletions
|
|
@ -80,6 +80,12 @@
|
|||
# ifdef HAVE_KERNEL_OPTION_HEADERS
|
||||
# include "opt_device_polling.h" /* DEVICE_POLLING */
|
||||
# endif
|
||||
# ifndef INET
|
||||
# define INET 0
|
||||
# endif
|
||||
# ifndef INET6
|
||||
# define INET6 0
|
||||
# endif
|
||||
# ifndef NETGRAPH
|
||||
# define NETGRAPH 0
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue