On Fri, Dec 03, 1999 at 04:12:33PM -0000, rbb@hyperreal.org wrote:
> Programs that build using APR no longer have access to the HAVE_FOO_H
> defines. This was causing errors in these two test programs. Fixed now.
> -#ifdef HAVE_STRING_H
> #include <string.h>
> -#endif
> -#ifdef HAVE_STDIO_H
> #include <stdio.h>
> -#endif
> -#ifdef HAVE_STDLIB_H
> #include <stdlib.h>
> -#endif
> -#ifdef HAVE_SYS_SIGNAL_H
> #include <sys/signal.h>
> -#else
> #include <signal.h>
> -#endif
Ehm... do I misunderstand what's happening here? What do you expect
to happen on platforms without some of these headers, or when
it's invalid to both include <sys/signal.h> AND <signal.h> ?
Martin
--
<Martin.Kraemer@MchP.Siemens.De> | Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-41143 | 81730 Munich, Germany
|