From: Anas Nashif Date: Wed, 7 Nov 2012 17:28:16 +0000 (-0800) Subject: adns-visibility X-Git-Tag: accepted/tizen/20130503.223849~4 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fadns.git;a=commitdiff_plain;h=ab2b8309141990ea3bc265368dead9fee8c8a71b adns-visibility --- diff --git a/configure.in b/configure.in index c4421c4..e7a5ee6 100644 --- a/configure.in +++ b/configure.in @@ -59,7 +59,9 @@ AC_ARG_ENABLE(dynamic, AC_MSG_RESULT([yes, by default]) ]) -AC_PROG_CC +AC_PROG_CC_STDC +AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL diff --git a/src/internal.h b/src/internal.h index 1eb166d..bbc94f7 100644 --- a/src/internal.h +++ b/src/internal.h @@ -49,6 +49,7 @@ typedef unsigned char byte; # include "hredirect.h" #endif +#pragma GCC visibility push(hidden) /* Configuration and constants */ #define MAXSERVERS 5 @@ -803,4 +804,5 @@ static inline int errno_resources(int e) { return e==ENOMEM || e==ENOBUFS; } (tv)|=GETIL_B(cb), \ (tv) ) +#pragma GCC visibility pop #endif