2 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
9 #define USELOOPBACK /* Resolver library defaults to 127.0.0.1 */
11 /* Additions for Solaris 2 */
13 #define SUNW_INITCHKIF /* Check if any non-loopback interface is up */
14 #define SUNW_CONFCHECK /* Abort quickly if no /etc/resolv.conf or */
16 #define SUNW_HOSTS_FALLBACK /* Configurable /etc/hosts fallback */
17 #define SUNW_HNOK_UNDERSCORE /* Allow underscore in hostnames (libresolv) */
18 #define SUNW_MT_RESOLVER /* MT hot extensions (libresolv) */
19 #define SUNW_SETHERRNO /* ISC does not set h_errno in gethostbyname */
20 #define SUNW_OVERRIDE_RETRY /* Allow NS switch to override res->retry */
21 #define SUNW_LIBMD5 /* Use md5(3EXT) instead of internal implementation */
23 /* End additions for Solaris 2 */
25 #endif /* _SUNOPTIONS_H */