]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/orte_all.h
New ORTE version 0.3.0 committed
[orte.git] / orte / include / orte_all.h
index d6c5270f30bc16d15f37840224a669fa9a8f3569..e8e377316503092f4afccdac94ed106312a5892b 100644 (file)
 extern "C" {
 #endif
 
+#define orte_assert(x)
+
 #include "orte_headers.h"
+#include "orte/cdr.h"
 #include "ul_gavl.h"
 #include "ul_gavlcust.h"
 #include "ul_gavlflesint.h"
@@ -40,13 +43,7 @@ extern "C" {
 #include "protos.h"
 #include "orte/protos_api.h"
 #include "globals.h"
-
-
-#if WORDS_BIGENDIAN
-  #define ORTE_MY_MBO    0     //ORTE my Machine Byte Order - big endian
-#else
-  #define ORTE_MY_MBO    1     //ORTE my Machine Byte Order - little endian
-#endif
+#include "rtps_endian.h"
 
 #ifdef __cplusplus
 } /* extern "C"*/