mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
6 lines
196 B
Text
6 lines
196 B
Text
|
|
dnl $FreeBSD$
|
||
|
|
dnl $OpenBSD: src/regress/usr.bin/m4/includes.m4,v 1.1 2008/08/16 10:02:32 espie Exp $
|
||
|
|
dnl Check that include can occur within parameters
|
||
|
|
define(`foo', include(includes.aux))dnl
|
||
|
|
foo
|