comparison src/s/sunos4-1.h @ 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 b0a5f72de90c
children 038648cabe50
comparison
equal deleted inserted replaced
4730:09e1fb3bf84d 4731:a8c0357a8554
14 /* Cause the compilation of oldxmenu to use the right -I option. */ 14 /* Cause the compilation of oldxmenu to use the right -I option. */
15 #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM 15 #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
16 16
17 /* Some systems do not run the Network Information Service, but have 17 /* Some systems do not run the Network Information Service, but have
18 modified the shared C library to include resolver support without 18 modified the shared C library to include resolver support without
19 also changing the C archive library (/usr/lib/libc.a). To deal 19 also changing the C archive library (/usr/lib/libc.a). If we detect
20 with this, you may need to link with the resolver library; to do 20 the presence of res_init, use -lresolv to supplement libc.a. */
21 that, copy the following definition to config.h. */ 21 #ifdef HAVE_RES_INIT
22 /* #define LIBS_SYSTEM -lresolv */ 22 #define LIBS_SYSTEM -lresolv
23 #endif
23 24
24 /* Tell GNU malloc to compensate for a bug in localtime. */ 25 /* Tell GNU malloc to compensate for a bug in localtime. */
25 #define SUNOS_LOCALTIME_BUG 26 #define SUNOS_LOCALTIME_BUG