00001 #ifndef COMMON_H 00002 #define COMMON_H 1 00003 00004 #include "config.h" 00005 00006 #ifdef __cplusplus 00007 # define BEGIN_C_DECLS extern "C" { 00008 # define END_C_DECLS } 00009 #else /* !__cplusplus */ 00010 # define BEGIN_C_DECLS 00011 # define END_C_DECLS 00012 #endif /* __cplusplus */ 00013 00014 00015 #endif /* COMMON_H */