blob: 5d781718ddadcb62cdd416f842757dc72a7a3571 [file] [log] [blame]
#ifndef INTERNAL_H
#define INTERNAL_H 1
#include "config.h"
#ifdef HAVE_VISIBILITY_HIDDEN
# define __EXPORTED __attribute__((visibility("default")))
#else
# define __EXPORTED
#endif
#endif