1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib/replace/system
2010-04-06 20:27:11 +10:00
..
aio.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
capability.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
config.m4 Add langinfo.h to the system/locale.h 2009-06-08 13:20:51 +02:00
dir.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
filesys.h libreplace: white space cleanups 2009-09-15 20:26:24 +02:00
glob.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
iconv.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
kerberos.h s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6e5b73e892ff34b6865ba) 2009-06-12 07:45:48 +10:00
locale.h Add langinfo.h to the system/locale.h 2009-06-08 13:20:51 +02:00
network.h libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630) 2009-08-12 13:27:39 +02:00
passwd.h libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLE 2010-02-08 09:59:23 +01:00
readline.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
README Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
select.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
shmem.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
syslog.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
terminal.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
time.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
wait.h libreplace: Remove the obsolete signal type cast. 2010-02-23 12:23:45 +01:00
wscript_configure s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them 2010-04-06 20:27:11 +10: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.