mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
nsswitch: Fix checking for config.h #define in winbind_nss.h
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
648e70ba7b
commit
7ea82eaca0
@ -32,7 +32,7 @@
|
||||
#include "nsswitch/winbind_nss_solaris.h"
|
||||
#include "nsswitch/winbind_nss_linux.h"
|
||||
|
||||
#elif HAVE_NSS_H
|
||||
#elif defined(HAVE_NSS_H)
|
||||
|
||||
/*
|
||||
* Linux (glibc)
|
||||
@ -44,7 +44,7 @@ typedef enum nss_status NSS_STATUS;
|
||||
|
||||
#include "nsswitch/winbind_nss_linux.h"
|
||||
|
||||
#elif HAVE_NS_API_H
|
||||
#elif defined(HAVE_NS_API_H)
|
||||
|
||||
/*
|
||||
* SGI IRIX
|
||||
|
Loading…
Reference in New Issue
Block a user