summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nsswitch/winbind_nss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/winbind_nss.h b/nsswitch/winbind_nss.h
index e98a961bc11..53250d6f9fd 100644
--- a/nsswitch/winbind_nss.h
+++ b/nsswitch/winbind_nss.h
@@ -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