mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
7 lines
No EOL
193 B
C
Vendored
7 lines
No EOL
193 B
C
Vendored
/* $NetBSD: disklabel.h,v 1.5 2013/05/07 20:42:46 matt Exp $ */
|
|
|
|
#if HAVE_NBTOOL_CONFIG_H
|
|
#include <nbinclude/arm/disklabel.h>
|
|
#else
|
|
#include <arm/disklabel.h>
|
|
#endif /* HAVE_NBTOOL_CONFIG_H */ |