SST/macro
sstmac_sys_types.h
Go to the documentation of this file.
1 #ifndef SSTMAC_SYS_TYPES_H
2 #define SSTMAC_SYS_TYPES_H
3 
4 #ifndef SSTMAC_INSIDE_STL
5 #define SSTMAC_INSIDE_STL
6 
7 #ifdef SSTMAC_PTHREAD_MACRO_H
8 //if sstmac pthread included, clear it
10 #endif
11 
12 #include "/usr/include/x86_64-linux-gnu/sys/types.h"
13 #undef SSTMAC_INSIDE_STL
14 
15 #ifdef SSTMAC_PTHREAD_MACRO_H
16 //if sstmac pthread included, bring it back
17 #undef SSTMAC_PTHREAD_MACRO_H
19 #endif
20 
21 #else
22 #include "/usr/include/x86_64-linux-gnu/sys/types.h"
23 #endif
24 
25 #endif // SSTMAC_SYS_TYPES_H