[GRASS-SVN] r56969 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 2 03:49:30 PDT 2013


Author: mmetz
Date: 2013-07-02 03:49:30 -0700 (Tue, 02 Jul 2013)
New Revision: 56969

Modified:
   grass/trunk/include/config.h.in
Log:
wingrass LFS: do not use _FILE_OFFSET_BITS, rely on HAVE_LARGEFILES

Modified: grass/trunk/include/config.h.in
===================================================================
--- grass/trunk/include/config.h.in	2013-07-02 10:45:35 UTC (rev 56968)
+++ grass/trunk/include/config.h.in	2013-07-02 10:49:30 UTC (rev 56969)
@@ -279,7 +279,7 @@
 
 #endif
 
-#if defined(__MINGW32__) && defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
+#if defined(__MINGW32__)
 
 /* add/remove as needed */
 /* redefine off_t */



More information about the grass-commit mailing list