Go to the documentation of this file. 7 #define VTK_REQUIRE_LARGE_FILE_SUPPORT 12 #if defined(PATH_MAX) // Usually defined on Windows 13 # define VTK_MAXPATH PATH_MAX 14 #elif defined(MAXPATHLEN) // Usually defined on linux 15 # define VTK_MAXPATH MAXPATHLEN 17 # define VTK_MAXPATH 32767 // Possible with Windows "extended paths"