mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
66d97267c7
This excludes all headers in /usr/include/dev because that directory is bonkers huge (18M). We can add these on an as-needed basis.
10 lines
245 B
C
Vendored
10 lines
245 B
C
Vendored
/* $OpenBSD: conf.h,v 1.2 2025/07/16 03:01:53 jsg Exp $ */
|
|
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
|
|
|
|
#ifndef _MACHINE_CONF_H_
|
|
#define _MACHINE_CONF_H_
|
|
|
|
#include <sys/conf.h>
|
|
#include <arm/conf.h>
|
|
|
|
#endif /* _MACHINE_CONF_H_ */ |