Interops with non-BBB platforms
[matches/MCTX3420.git] / server / common.h
index 43bb8bd..0092598 100644 (file)
 #define _BSD_SOURCE
 #define _XOPEN_SOURCE 600
 
+/** Determine if we're running on the BBB **/
+#ifdef __arm__
+#define _BBB
+#endif
+
 /** The current API version **/
 #define API_VERSION 0
 

UCC git Repository :: git.ucc.asn.au