1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/include/system
Stefan Metzmacher ac88647c13 r17537: if we replace inet_ntoa() we need a prototype of
rep_inet_ntoa...

metze
(This used to be commit 78eaa905d5)
2007-10-10 14:15:35 -05:00
..
capability.h r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
config.m4 r15573: Fix build of systems that have iconv headers in non-standard locations 2007-10-10 14:05:58 -05:00
dir.h r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typo 2007-10-10 14:04:15 -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 r15870: Improve detection of iconv - should prevent HAVE_ICONV_H being 2007-10-10 14:08:35 -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
locale.h r15573: Fix build of systems that have iconv headers in non-standard locations 2007-10-10 14:05:58 -05:00
network.h r17537: if we replace inet_ntoa() we need a prototype of 2007-10-10 14:15:35 -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.