summaryrefslogtreecommitdiffstats
path: root/src/internal.h
blob: 5d781718ddadcb62cdd416f842757dc72a7a3571 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef INTERNAL_H
#define INTERNAL_H 1

#include "config.h"
#ifdef HAVE_VISIBILITY_HIDDEN
#	define __EXPORTED	__attribute__((visibility("default")))
#else
#	define __EXPORTED
#endif

#endif