--- include/ac/stdlib.h 1999/06/02 22:45:50 1.2 +++ include/ac/stdlib.h 1999/08/01 16:44:32 1.3 @@ -12,15 +12,11 @@ #ifndef _AC_STDLIB_H #define _AC_STDLIB_H -#ifdef STDC_HEADERS # include -#else - -# ifdef HAVE_MALLOC_H + /* Not sure if !STDC_HEADERS is needed */ +# if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS) # include # endif -#endif - #endif /* _AC_STDLIB_H */