1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

5 Commits

Author SHA1 Message Date
Andrew Tridgell
cc61a0ba33 r8541: this might take a few tries ... 2007-10-10 13:29:37 -05:00
Andrew Tridgell
777ac8496b r8540: fixed network interface detection on several hosts 2007-10-10 13:29:36 -05:00
Andrew Tridgell
d8c4a660a0 r3578: a couple of include changes that should help with FreeBSD 2007-10-10 13:05:33 -05:00
Andrew Tridgell
1551f211d9 r3548: removed extra net/if.h include 2007-10-10 13:05:31 -05:00
Andrew Tridgell
2e25c71853 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.
2007-10-10 13:05:11 -05:00