Automake/Autoconf versions
Dirk Mueller
mueller at kde.org
Sun Jan 11 01:30:55 GMT 2004
On Sunday 11 January 2004 01:55, Brad Hards wrote:
> #if !defined(HAVE_UNSETENV_PROTO)
> #ifdef __cplusplus
> extern "C" {
> #endif
> void unsetenv (const char *);
> #ifdef __cplusplus
> }
> #endif
> #endif
>
>
> /* Define if you have the unsetenv prototype */
> #define HAVE_UNSETENV_PROTO 1
> </extract>
uhm, thats bad indeed. I've never seen that though. I don't know offhand if
there is any documented/guaranteed way to enforce proper order.
More information about the kde-core-devel
mailing list