GEOS  3.4.2
inline.h
00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2005-2006 Refractions Research Inc.
00007  *
00008  * This is free software; you can redistribute and/or modify it under
00009  * the terms of the GNU Lesser General Public Licence as published
00010  * by the Free Software Foundation. 
00011  * See the COPYING file for more information.
00012  *
00013  **********************************************************************/
00014 
00015 #ifndef GEOS_INLINE_H
00016 #define GEOS_INLINE_H
00017 
00018 #ifdef GEOS_INLINE
00019 # define INLINE inline
00020 #else
00021 # define INLINE
00022 #endif
00023 
00024 
00025 #endif // ndef GEOS_INLINE_H