Fix MCIndexSnapRounder use of provided precision model.
[geos.git] / include / acconfig.h
blobce71864afb2111f377de51aa2a8ff8330000963e
1 /**********************************************************************
2 * $Id$
4 * GEOS - Geometry Engine Open Source
5 * http://geos.refractions.net
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
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.
14 **********************************************************************
15 * $Log$
16 * Revision 1.4 2004/07/19 10:30:05 strk
17 * acconfig.h moved one directory up
19 * Revision 1.1 2004/07/02 13:20:42 strk
20 * Header files moved under geos/ dir.
22 * Revision 1.2 2003/11/07 01:23:42 pramsey
23 * Add standard CVS headers licence notices and copyrights to all cpp and h
24 * files.
27 **********************************************************************/
30 /* Set to 1 if type "long int" works and is 64 bits */
31 #undef HAVE_LONG_INT_64
33 /* Set to 1 if type "long long int" works and is 64 bits */
34 #undef HAVE_LONG_LONG_INT_64