Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/includes.h

    r221 r222  
    208208#endif
    209209
    210 #if HAVE_GSSAPI_H
    211 #include <gssapi.h>
    212 #elif HAVE_GSSAPI_GSSAPI_H
     210#if HAVE_GSSAPI_GSSAPI_H
    213211#include <gssapi/gssapi.h>
    214212#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
    215213#include <gssapi/gssapi_generic.h>
     214#elif HAVE_GSSAPI_H
     215#include <gssapi.h>
    216216#endif
    217217
Note: See TracChangeset for help on using the changeset viewer.