Changeset 312 for branches/samba-3.0/source/libaddns/dns.h
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/libaddns/dns.h
r39 r312 77 77 #endif 78 78 79 #if HAVE_GSSAPI_H 80 #include <gssapi.h> 81 #elif HAVE_GSSAPI_GSSAPI_H 79 #if HAVE_GSSAPI_GSSAPI_H 82 80 #include <gssapi/gssapi.h> 83 81 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H 84 82 #include <gssapi/gssapi_generic.h> 83 #elif HAVE_GSSAPI_H 84 #include <gssapi.h> 85 85 #endif 86 86
Note:
See TracChangeset
for help on using the changeset viewer.