> Date: Fri, 28 Jan 2011 13:06:21 -0800
> From: Paul Eggert <[email protected]>
> CC: Bruno Haible <[email protected]>, [email protected], 
>  [email protected]
> 
> Gnulib uses #include_next only on compilers that support
> #include_next, and uses plain #include (to an absolute file name)
> otherwise.

Yes, I saw that.  But I don't see how I can use that trick in this
case.  Unlike gnulib, which does this for the machine where the
software is built, I need to produce a getopt.h file that will work on
any machine.  And since there's no standard place to install system
headers on Windows machines, I don't see what absolute file name I
could possibly use.  Maybe I'm missing something.

Reply via email to