Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

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

    r140 r312  
    209209#endif
    210210
    211 #if HAVE_GSSAPI_H
    212 #include <gssapi.h>
    213 #elif HAVE_GSSAPI_GSSAPI_H
     211#if HAVE_GSSAPI_GSSAPI_H
    214212#include <gssapi/gssapi.h>
    215213#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
    216214#include <gssapi/gssapi_generic.h>
     215#elif HAVE_GSSAPI_H
     216#include <gssapi.h>
    217217#endif
    218218
Note: See TracChangeset for help on using the changeset viewer.