X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=lib%2Fnss_wrapper%2Fwscript;fp=lib%2Fnss_wrapper%2Fwscript;h=d53accbeea8386743ca321ece6bdc171bca4ca18;hb=ff6b49beeb5df30f4e243a97d2e6218ec497e9ad;hp=32bdbbd64473af60f3f64cd47acd2036ee750a2b;hpb=a4bb49b93a58013044dfff0b0035db2c4b709f24;p=nivanova%2Fsamba-autobuild%2F.git diff --git a/lib/nss_wrapper/wscript b/lib/nss_wrapper/wscript index 32bdbbd6447..d53accbeea8 100644 --- a/lib/nss_wrapper/wscript +++ b/lib/nss_wrapper/wscript @@ -62,7 +62,7 @@ def configure(conf): define='HAVE_SOLARIS_GETPWUID_R', headers='unistd.h pwd.h') conf.CHECK_C_PROTOTYPE('getgrent_r', 'struct group *getgrent_r(struct group *src, char *buf, int buflen)', - define='SOLARIS_GETGRENT_R', headers='unistd.h grp.h') + define='HAVE_SOLARIS_GETGRENT_R', headers='unistd.h grp.h') conf.CHECK_C_PROTOTYPE('getgrnam_r', 'int getgrnam_r(const char *name, struct group *grp, char *buf, int buflen, struct group **pgrp)', define='HAVE_SOLARIS_GETGRNAM_R', headers='unistd.h grp.h')