diff options
author | Jeremy Allison <jra@samba.org> | 2002-04-30 13:28:41 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-04-30 13:28:41 +0000 |
commit | d04b55f2186fb8af998cf61c576771a5f72f4892 (patch) | |
tree | 9ff8c3a7cf34cefc0ee9a550a3bb1236a9e77595 /source/nsswitch/nss.h | |
parent | 73267ca42d9eddabb71b31b4c5068ebbe7bc9f7c (diff) | |
download | samba-d04b55f2186fb8af998cf61c576771a5f72f4892.tar.gz samba-d04b55f2186fb8af998cf61c576771a5f72f4892.tar.xz samba-d04b55f2186fb8af998cf61c576771a5f72f4892.zip |
Start of merge to 2_2_RELEASE branch for release.
Jeremy.
Diffstat (limited to 'source/nsswitch/nss.h')
-rw-r--r-- | source/nsswitch/nss.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/nsswitch/nss.h b/source/nsswitch/nss.h index f30f9ca1348..e021b013b50 100644 --- a/source/nsswitch/nss.h +++ b/source/nsswitch/nss.h @@ -1,8 +1,7 @@ #ifndef _NSSWITCH_NSS_H #define _NSSWITCH_NSS_H /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. a common place to work out how to define NSS_STATUS on various platforms @@ -73,7 +72,7 @@ typedef enum #define NSD_MEM_VOLATILE 1 #define NSD_MEM_DYNAMIC 2 -#elif defined(HPUX) && defined(HAVE_NSSWITCH_H) +#elif defined(HPUX) /* HP-UX 11 */ #include "nsswitch/hp_nss_common.h" |