Changeset 233 for branches/samba-3.2.x/source/include/includes.h
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/includes.h
r138 r233 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.