f1aceff59b
Remove support for historic Linux kernels, merge krt-iface, krt-set and krt-scan stub headers.
19 lines
342 B
C
19 lines
342 B
C
/*
|
|
* Configuration for *BSD based systems (tested on FreeBSD and NetBSD)
|
|
*
|
|
* (c) 2004 Ondrej Filip <feela@network.cz>
|
|
*
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
*/
|
|
|
|
#define IPV6
|
|
|
|
#define CONFIG_AUTO_ROUTES
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
|
|
#define CONFIG_SKIP_MC_BIND
|
|
|
|
/*
|
|
Link: sysdep/unix
|
|
Link: sysdep/bsd
|
|
*/
|