summaryrefslogtreecommitdiffstats
path: root/src/internal.h
blob: ed8028f7e6451a2925952d1c217fe62d6b9234ed (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 EXPORT_SYMBOL __attribute__((visibility("default")))
#else
#	define EXPORT_SYMBOL
#endif

#endif