Selaa lähdekoodia

temporary debug check for LFS

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43116 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 vuotta sitten
vanhempi
commit
dc57d4d9f6
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      vector/v.info/main.c

+ 3 - 0
vector/v.info/main.c

@@ -16,6 +16,7 @@
  *
  **************************************************************/
 
+#include <grass/config.h>
 #include <grass/gis.h>
 #include <grass/vector.h>
 #include <grass/glocale.h>
@@ -40,6 +41,8 @@ int main(int argc, char *argv[])
     module->description =
 	_("Outputs basic information about a vector map.");
 
+    G_debug(1,"LFS is %s", sizeof(off_t) == 8 ? "available" : "not available");
+    
     parse_args(argc, argv,
 	       &input_opt, &field_opt,
 	       &hist_flag, &col_flag, &reg_flag, &topo_flag, &title_flag);