1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/include/system
Andrew Bartlett 8a6b60e1e4 r7688: Fix the internal heimdal build - push one #define back to
heimdal_build/config.h

Andrew Bartlett
(This used to be commit 337cb20ac4)
2007-10-10 13:18:22 -05:00
..
capability.h r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
dir.h r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
filesys.h r4900: build fix for IRIX 6.5 2007-10-10 13:09:05 -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 r7688: Fix the internal heimdal build - push one #define back to 2007-10-10 13:18:22 -05:00
network.h r6752: Patch by Steven Edwards to improve portability to mingw32 2007-10-10 13:16:41 -05:00
passwd.h r6752: Patch by Steven Edwards to improve portability to mingw32 2007-10-10 13:16:41 -05:00
printing.h r3478: split out some more pieces of includes.h 2007-10-10 13:05:20 -05:00
README r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
select.h r3480: moved some signal defines into include/system 2007-10-10 13:05:20 -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.