Ralf Corsepius writes: > I am looking for a way to check only for the headers that > AC_CHECK_HEADERS implicitly checks for (sys/types.h, sys/stat.h, > stdlib.h, string.h, memory.h, strings.h, inttypes.h, stdint.h, > unistd.h).
I see. The easy and evil way to do that would be to call _AC_INCLUDES_DEFAULT_REQUIREMENTS. But this is arguably an area where a public interface ought to be created. -- Peter Eisentraut [EMAIL PROTECTED]
