diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index c97b966..6b87e69 100644 --- a/config.h.in +++ b/config.h.in @@ -453,3 +453,9 @@ /* Define if you have the m library (-lm). */ #undef HAVE_LIBM + +/* Define if you have special dynamic linkage requirements in declarations. */ +#undef DL_EXPORT_HEADER +#ifdef DL_EXPORT_HEADER +#include DL_EXPORT_HEADER +#endif |