1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/include/system
James Peach 4c54a04969 r13248: Revert revision 13071. It turns out that sys/param.h can be implicitly
included from other headers. In this case, undeffing MIN and MAX is a
really bad idea because the subsequent include of sys/param.h will do
nothing because of its include guards.
(This used to be commit 8aa8be93b0)
2007-10-10 13:51:38 -05:00
..
capability.h r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
dir.h r7850: Support mkdir() with just one parameter. Patch from 2007-10-10 13:18:42 -05:00
filesys.h r13248: Revert revision 13071. It turns out that sys/param.h can be implicitly 2007-10-10 13:51:38 -05:00
glob.h r6752: Patch by Steven Edwards to improve portability to mingw32 2007-10-10 13:16:41 -05:00
iconv.h r4124: include locale.h to get LC_ALL in include/system/iconv.h 2007-10-10 13:06:28 -05:00
kerberos.h r8460: removed the unused function krb5_locate_kdc(). It causes a build failure on irix. 2007-10-10 13:23:05 -05:00
network.h r8458: next target is irix - this gets the socket wrapper code building 2007-10-10 13:23:05 -05:00
passwd.h r8933: Fix missing prototype warnings 2007-10-10 13:30:58 -05:00
printing.h r3478: split out some more pieces of includes.h 2007-10-10 13:05:20 -05:00
readline.h r10510: Decrease the amount of data included by includes.h a bit 2007-10-10 13:38:58 -05:00
README r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
select.h r12844: don't include system headers directly 2007-10-10 13:50:05 -05:00
shmem.h r3478: split out some more pieces of includes.h 2007-10-10 13:05:20 -05:00
syslog.h r3453: - split out the auth and popt includes 2007-10-10 13:05:13 -05:00
terminal.h r3478: split out some more pieces of includes.h 2007-10-10 13:05:20 -05:00
time.h r3478: split out some more pieces of includes.h 2007-10-10 13:05:20 -05:00
wait.h r3480: moved some signal defines into include/system 2007-10-10 13:05:20 -05:00

This directory contains wrappers around logical groups of system
include files. The idea is to avoid #ifdef blocks in the main code,
and instead put all the necessary conditional includes in subsystem
specific header files in this directory.