1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/client
Andrew Tridgell 284349482f r3443: the next stage in the include files re-organisation.
I have created the include/system/ directory, which will contain the
wrappers for the system includes for logical subsystems. So far I have
created include/system/kerberos.h and include/system/network.h, which
contain all the system includes for kerberos code and networking code.
These are the included in subsystems that need kerberos or networking
respectively.

Note that this method avoids the mess of #ifdef HAVE_XXX_H in every C
file, instead each C module includes the include/system/XXX.h file for
the logical system support it needs, and the details are kept isolated
in include/system/

This patch also creates a "struct ipv4_addr" which replaces "struct
in_addr" in our code. That avoids every C file needing to import all
the system networking headers.
(This used to be commit 2e25c71853)
2007-10-10 13:05:11 -05:00
..
client.c r3441: some include file cleanups and general housekeeping 2007-10-10 13:05:11 -05:00
clitar.c r3441: some include file cleanups and general housekeeping 2007-10-10 13:05:11 -05:00
config.m4 r866: convert the rest of the binaries to config.mk files 2007-10-10 12:56:13 -05:00
config.mk r866: convert the rest of the binaries to config.mk files 2007-10-10 12:56:13 -05:00
mount.cifs.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
smbmnt.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
smbmount.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
smbspool.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
smbumount.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
tree.c first public release of samba4 code 2003-08-13 01:53:07 +00:00