Changeset 233 for branches/samba-3.2.x/source/libaddns
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/libaddns/dns.h
r133 r233 82 82 #endif 83 83 84 #if HAVE_GSSAPI_H 85 #include <gssapi.h> 86 #elif HAVE_GSSAPI_GSSAPI_H 84 #if HAVE_GSSAPI_GSSAPI_H 87 85 #include <gssapi/gssapi.h> 88 86 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H 89 87 #include <gssapi/gssapi_generic.h> 88 #elif HAVE_GSSAPI_H 89 #include <gssapi.h> 90 90 #endif 91 91
Note:
See TracChangeset
for help on using the changeset viewer.