Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/nsswitch/pam_winbind.h

    r133 r232  
    2121#include <iniparser.h>
    2222
    23 #ifndef LINUX
     23#if defined(LINUX)
     24
     25/* newer versions of PAM have this in _pam_compat.h */
     26#ifndef PAM_AUTHTOK_RECOVERY_ERR
     27#define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR
     28#endif
     29
     30#else /* !LINUX */
    2431
    2532/* Solaris always uses dynamic pam modules */
Note: See TracChangeset for help on using the changeset viewer.