autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config headers and #undefs


From: Guido Draheim
Subject: Re: config headers and #undefs
Date: Thu, 08 Mar 2001 01:25:01 +0100

Kevin Ryde wrote:
> 
>         #define __need_size_t
>         #include <stddef.h>
>         #undef __need_size_t /*NOTATEMPLATE*/

#ifdef __undef_need_size_t
#undef __need_size_t
#endif

BTW, if you want to install a config.h file, you may want to use this:
   http://pfe.sourceforge.net/autoconf/ac_prefix_config_h.html
and invent a proj-conf.h that includes the derived proj-config.h.

cheers,
-- guido                         Edel sei der Mensch, hilfreich und gut
31:GCS/E/S/P C++$++++ ULHS L++w- N++@  d(+-) s+a- h.r(*@)>+++ y++ 5++X-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]