Salome HOME
Copyright update
[tools/install.git] / config_files / patches / libxml2-2.9.0.patch
1 --- libxml.h
2 +++ libxml.h
3 @@ -13,6 +13,9 @@
4  #ifndef _LARGEFILE_SOURCE
5  #define _LARGEFILE_SOURCE
6  #endif
7 +#ifndef _LARGEFILE64_SOURCE
8 +#define _LARGEFILE64_SOURCE
9 +#endif
10  #ifndef _FILE_OFFSET_BITS
11  #define _FILE_OFFSET_BITS 64
12  #endif
13