I noticed a number of functions in postgis.sql.in.c (and in the associated .c files) that are commented as requiring particular GEOS versions (hausdorf, isvaliddetail, etc), but they aren't guarded behind POSTGIS_GEOS_VERSION defines. Is this by accident or by design? P.