GEOS  3.3.3
inline.h
1 /**********************************************************************
2  * $Id: inline.h 2556 2009-06-06 22:22:28Z strk $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2005-2006 Refractions Research Inc.
8  *
9  * This is free software; you can redistribute and/or modify it under
10  * the terms of the GNU Lesser General Public Licence as published
11  * by the Free Software Foundation.
12  * See the COPYING file for more information.
13  *
14  **********************************************************************/
15 
16 #ifndef GEOS_INLINE_H
17 #define GEOS_INLINE_H
18 
19 #ifdef GEOS_INLINE
20 # define INLINE inline
21 #else
22 # define INLINE
23 #endif
24 
25 
26 #endif // ndef GEOS_INLINE_H