20 #ifndef R_EXT_VISIBILITY_H_
21 #define R_EXT_VISIBILITY_H_
25 #ifdef HAVE_VISIBILITY_ATTRIBUTE
26 # define attribute_visible __attribute__ ((visibility ("default")))
27 # define attribute_hidden __attribute__ ((visibility ("hidden")))
29 # define attribute_visible
30 # define attribute_hidden