export.h

Go to the documentation of this file.
00001 
00005 #include <config.h>
00006 
00007 #define NO_RETURN __attribute__((noreturn))
00008 
00017 #ifdef HAVE_GCC_CLASS_VISIBILITY
00018   #define CETA_DSO_EXPORT  __attribute__((visibility ("default")))
00019   #define CETA_DSO_LOCAL   __attribute__((visibility ("internal")))
00020 #else
00021 
00022   #define CETA_DSO_EXPORT
00023   #define CETA_DSO_LOCAL
00024 #endif

Generated on Fri Mar 3 14:38:58 2006 for libceta by  doxygen 1.4.6