[GRASS-dev] HAVE_G2C_H

Glynn Clements glynn at gclements.plus.com
Thu Nov 23 11:54:19 EST 2006


Brad Douglas wrote:

> Does anyone know why config.h has a macro for HAVE_G2C_H, but there is
> no corresponding code in configure to check for/set it?

Line 360 of configure.in:

AC_CHECK_HEADERS(limits.h termio.h termios.h unistd.h values.h g2c.h f2c.h)

The AC_CHECK_HEADERS macro defines the corresponding HAVE_* macro for
each header which is found.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list