<div dir="ltr">Thanks. With a bit of help from Kinsey, the regulator example is conditionally built-in rtems-examples only if the regulator.h header file is installed.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 5, 2023 at 6:15 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/7/2023 8:24 am, Joel Sherrill wrote:<br>
> I have a case for an addition to rtems-examples where I want to know if a<br>
> particular header file is installed before enabling the example. How does one do<br>
> that in rtems_waf/wscripts?<br>
<br>
<a href="https://git.rtems.org/rtems_waf/tree/rtems_bsd.py#n65" rel="noreferrer" target="_blank">https://git.rtems.org/rtems_waf/tree/rtems_bsd.py#n65</a> ...<br>
<br>
  conf.check(header_name='dlfcn.h', features='c')<br>
<br>
Chris<br>
</blockquote></div>