Changeset 222 for branches/samba-3.3.x/source/libaddns/dns.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/libaddns/dns.h
r206 r222 84 84 #endif 85 85 86 #if HAVE_GSSAPI_H 87 #include <gssapi.h> 88 #elif HAVE_GSSAPI_GSSAPI_H 86 #if HAVE_GSSAPI_GSSAPI_H 89 87 #include <gssapi/gssapi.h> 90 88 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H 91 89 #include <gssapi/gssapi_generic.h> 90 #elif HAVE_GSSAPI_H 91 #include <gssapi.h> 92 92 #endif 93 93
Note:
See TracChangeset
for help on using the changeset viewer.