Changeset 618 for vendor/current/source3/include
- Timestamp:
- Aug 5, 2011, 7:52:23 AM (14 years ago)
- Location:
- vendor/current/source3/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/config.h.in
r597 r618 707 707 /* Truncate extend */ 708 708 #undef HAVE_FTRUNCATE_EXTEND 709 710 /* whether we can compile with __attribute__((destructor)) */ 711 #undef HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR 709 712 710 713 /* Whether there is a __FUNCTION__ macro */ -
vendor/current/source3/include/version.h
r615 r618 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 5 4 #define SAMBA_VERSION_RELEASE 1 05 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.1 0"4 #define SAMBA_VERSION_RELEASE 11 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.11" 6 6 #ifdef SAMBA_VERSION_VENDOR_FUNCTION 7 7 # define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
Note:
See TracChangeset
for help on using the changeset viewer.