Mercurial > emacs
changeset 4731:a8c0357a8554
(LIBS_SYSTEM): Use -lresolv if it seems appropriate.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 16 Sep 1993 22:58:36 +0000 |
parents | 09e1fb3bf84d |
children | 22e673b984fc |
files | src/s/sunos4-1.h |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos4-1.h Thu Sep 16 20:08:34 1993 +0000 +++ b/src/s/sunos4-1.h Thu Sep 16 22:58:36 1993 +0000 @@ -16,10 +16,11 @@ /* Some systems do not run the Network Information Service, but have modified the shared C library to include resolver support without - also changing the C archive library (/usr/lib/libc.a). To deal - with this, you may need to link with the resolver library; to do - that, copy the following definition to config.h. */ -/* #define LIBS_SYSTEM -lresolv */ + also changing the C archive library (/usr/lib/libc.a). If we detect + the presence of res_init, use -lresolv to supplement libc.a. */ +#ifdef HAVE_RES_INIT +#define LIBS_SYSTEM -lresolv +#endif /* Tell GNU malloc to compensate for a bug in localtime. */ #define SUNOS_LOCALTIME_BUG