Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

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

    r138 r233  
    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.