mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
39ec8791f8
version.h changes rather frequently. Since it is included via includes.h, this means each C file will be a cache miss. This applies to the following situations: * When building a new package with a new Samba version * building in a git branch after calling mkversion.sh after a new commit (i.e. virtually always) This patch improves the situation in the following way: * remove inlude "version.h" from includes.h * Use samba_version_string() instead of SAMBA_VERSION_STRING in files that use no other macro from version.h instead of SAMBA_VERSION_STRING. * explicitly include "version.h" in those files that use more macros from "version.h" than just SAMBA_VERSION_STRING. Michael |
||
---|---|---|
.. | ||
cifs_spnego.h | ||
cifs.upcall.c | ||
client_proto.h | ||
client.c | ||
clitar.c | ||
dnsbrowse.c | ||
mount.cifs.c | ||
mount.h | ||
mtab.c | ||
smbspool.c | ||
tree.c | ||
umount.cifs.c |