*
**********************************************************************
* $Log$
+ * Revision 1.32 2004/02/12 10:34:49 strk
+ * changed USE_GEOS check from ifdef / ifndef to if / if !
+ *
* Revision 1.31 2003/11/11 10:58:43 strk
* Fixed a typo in envelope()
*
PG_RETURN_BOOL(TRUE);
}
-#ifndef USE_GEOS
+#if ! USE_GEOS
PG_FUNCTION_INFO_V1(centroid);
Datum centroid(PG_FUNCTION_ARGS)
{
*
**********************************************************************
* $Log$
+ * Revision 1.27 2004/02/12 10:34:49 strk
+ * changed USE_GEOS check from ifdef / ifndef to if / if !
+ *
* Revision 1.26 2003/12/12 12:03:29 strk
* More debugging output, some code cleanup.
*
LINE3D *LineFromGeometry(Geometry *g, int *size);
void NOTICE_MESSAGE(char *msg);
-#ifdef USE_GEOS
+#if USE_GEOS
//-----------------------------------------------
// return a GEOS Geometry from a POSTGIS GEOMETRY