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.
19 lines
387 B
C
Vendored
19 lines
387 B
C
Vendored
/* $NetBSD: ipl.h,v 1.3 2012/07/22 14:27:51 darrenr Exp $ */
|
|
|
|
/*
|
|
* Copyright (C) 2012 by Darren Reed.
|
|
*
|
|
* See the IPFILTER.LICENCE file for details on licencing.
|
|
*
|
|
* @(#)ipl.h 1.21 6/5/96
|
|
* Id: ipl.h,v 1.1.1.2 2012/07/22 13:45:38 darrenr Exp
|
|
*/
|
|
|
|
#ifndef __IPL_H__
|
|
#define __IPL_H__
|
|
|
|
#define IPL_VERSION "IP Filter: v5.1.2"
|
|
|
|
#define IPFILTER_VERSION 5010200
|
|
|
|
#endif /* __IPL_H__ */ |