Changeset 988 for vendor/current/nsswitch/wscript_configure
- Timestamp:
 - Nov 24, 2016, 1:14:11 PM (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  vendor/current/nsswitch/wscript_configure (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
vendor/current/nsswitch/wscript_configure
r740 r988 5 5 conf.CHECK_HEADERS('security/pam_appl.h security/pam_modules.h pam/pam_modules.h', together=True) 6 6 conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True, headers='security/pam_appl.h') 7 8 # Solaris 10 does have new member in nss_XbyY_key 9 conf.CHECK_STRUCTURE_MEMBER('union nss_XbyY_key', 'ipnode.af_family', 10 define='HAVE_NSS_XBYY_KEY_IPNODE', 11 headers='nss_dbdefs.h') 12 13 # Solaris has some extra fields in struct passwd that need to be 14 # initialised otherwise nscd crashes. 15 16 conf.CHECK_STRUCTURE_MEMBER('struct passwd', 'pw_comment', 17 define='HAVE_PASSWD_PW_COMMENT', 18 headers='pwd.h') 19 20 conf.CHECK_STRUCTURE_MEMBER('struct passwd', 'pw_age', 21 define='HAVE_PASSWD_PW_AGE', 22 headers='pwd.h')  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  