Explorar o código

set POSIX_FADV_SEQUENTIAL if not present

Patrick Brosi %!s(int64=6) %!d(string=hai) anos
pai
achega
bdbfb7a18c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      File.cpp

+ 4 - 0
File.cpp

@@ -13,6 +13,10 @@
13 13
 #include "xml/File.h"
14 14
 #include "xml/NamedEnts.h"
15 15
 
16
+#ifndef POSIX_FADV_SEQUENTIAL
17
+#define POSIX_FADV_SEQUENTIAL 2
18
+#endif
19
+
16 20
 using namespace xml;
17 21
 
18 22
 // _____________________________________________________________________________