nsswitch.h on HP-UX 11.x

Albert Chin samba-technical at thewrittenword.com
Mon Oct 27 21:48:40 GMT 2003


source/nsswitch/winbind_nss.h has the following:
  #elif defined(HPUX) && defined(HAVE_NSSWITCH_H)

  /* HP-UX 11 */

  #include "nsswitch/winbind_nss_hpux.h"

However, there is no AC_CHECK_HEADERS(nsswitch.h) in
source/configure.in. Is this on purpose?

-- 
albert chin (china at thewrittenword.com)

-- snip snip
--- source/configure.in.orig	2003-10-27 14:38:05.000000000 -0600
+++ source/configure.in	2003-10-27 15:44:43.000000000 -0600
@@ -580,7 +580,7 @@
 	;;
 esac
 AC_CHECK_HEADERS(shadow.h netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
-AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h sys/security.h security/pam_appl.h security/pam_modules.h)
+AC_CHECK_HEADERS(nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h security/pam_modules.h)
 AC_CHECK_HEADERS(stropts.h poll.h)
 AC_CHECK_HEADERS(sys/capability.h syscall.h sys/syscall.h)
 AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/cdefs.h glob.h)



More information about the samba-technical mailing list