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