summaryrefslogtreecommitdiff
path: root/source4/heimdal/base
AgeCommit message (Collapse)AuthorFilesLines
2010-11-17heimdal: added HEIM_BASE_NON_ATOMIC optionAndrew Tridgell1-1/+8
This allows heimdal to build without gcc, by not using atomic operations. We don't need heimdal to be atomic in Samba.
2010-11-15heimdal Extra files required for merge up to current heimdalAndrew Bartlett10-0/+1806
2010-11-15Add attribute macros for Heimdal to useAndrew Bartlett1-0/+173
Heimdal uses HEIMDAL_NORETURN_ATTRIBUTE and HEIMDAL_PRINTF_ATTRIBUTE, and we need to provide a link between these and Samba's function attribute handling. Andrew Bartlett