APM:Libraries
defs.h
Go to the documentation of this file.
1 /*
2  forced to include to ALL files
3 
4 */
5 
6 using namespace std;
7 
8 #ifndef __EXPORT
9 #define __EXPORT __attribute__ ((visibility ("default")))
10 #endif
11 
12 #ifndef __PRIVATE
13 #define __PRIVATE __attribute__ ((visibility ("hidden")))
14 #endif
15 
16 #ifndef packed_struct
17 #define packed_struct __attribute__ ((packed))
18 #endif
19 
20 #define _WANT_REGISTER_FINI 1
21 #define HAVE_INITFINI_ARRAY 1