Changeset 312 for branches/samba-3.0/source/include/includes.h
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/include/includes.h
r140 r312 209 209 #endif 210 210 211 #if HAVE_GSSAPI_H 212 #include <gssapi.h> 213 #elif HAVE_GSSAPI_GSSAPI_H 211 #if HAVE_GSSAPI_GSSAPI_H 214 212 #include <gssapi/gssapi.h> 215 213 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H 216 214 #include <gssapi/gssapi_generic.h> 215 #elif HAVE_GSSAPI_H 216 #include <gssapi.h> 217 217 #endif 218 218
Note:
See TracChangeset
for help on using the changeset viewer.