Changeset 222 for branches/samba-3.3.x/source/include/includes.h
- Timestamp:
- May 24, 2009, 7:45:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/includes.h
r221 r222 208 208 #endif 209 209 210 #if HAVE_GSSAPI_H 211 #include <gssapi.h> 212 #elif HAVE_GSSAPI_GSSAPI_H 210 #if HAVE_GSSAPI_GSSAPI_H 213 211 #include <gssapi/gssapi.h> 214 212 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H 215 213 #include <gssapi/gssapi_generic.h> 214 #elif HAVE_GSSAPI_H 215 #include <gssapi.h> 216 216 #endif 217 217
Note:
See TracChangeset
for help on using the changeset viewer.