Changeset 312 for branches/samba-3.0/source/include
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- Location:
- branches/samba-3.0/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/include/includes.h
r140 r312 209 209 #endif 210 210 211 #if HAVE_GSSAPI_H 212 #include <gssapi.h> 213 #elif HAVE_GSSAPI_GSSAPI_H 211 #if HAVE_GSSAPI_GSSAPI_H 214 212 #include <gssapi/gssapi.h> 215 213 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H 216 214 #include <gssapi/gssapi_generic.h> 215 #elif HAVE_GSSAPI_H 216 #include <gssapi.h> 217 217 #endif 218 218 -
branches/samba-3.0/source/include/version.h
r286 r312 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 0 4 #define SAMBA_VERSION_RELEASE 35 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.35" 4 #define SAMBA_VERSION_RELEASE 36 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.36" 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.2" 6 7 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.