mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
17 lines
248 B
C
Vendored
17 lines
248 B
C
Vendored
/* $NetBSD: altqconf.h,v 1.4 2002/09/22 20:09:15 jdolecek Exp $ */
|
|
|
|
#ifdef _KERNEL
|
|
|
|
#if defined(_KERNEL_OPT)
|
|
#include "opt_altq_enabled.h"
|
|
#endif
|
|
|
|
#include <sys/conf.h>
|
|
|
|
#ifdef ALTQ
|
|
#define NALTQ 1
|
|
#else
|
|
#define NALTQ 0
|
|
#endif
|
|
|
|
#endif /* _KERNEL */ |