1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/replace/system
Andrew Bartlett d42d4523ed librepace: put #defines after #include "sys/xattr.h"
This avoids redefining the system xattr functions, which should fix MacOS.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun Jun  3 09:46:44 CEST 2012 on sn-devel-104
2012-06-03 09:46:44 +02:00
..
aio.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
capability.h Revert "replace: Try to fix broken sys/capabilites.h on Linux." 2011-02-03 04:32:43 +01:00
config.m4 libreplace: poll based on select 2011-02-28 16:40:19 +01:00
dir.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
filesys.h librepace: put #defines after #include "sys/xattr.h" 2012-06-03 09:46:44 +02:00
glob.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
gssapi.h Introduce system MIT krb5 build with --with-system-mitkrb5 option. 2012-05-23 17:51:50 +03:00
iconv.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
kerberos.h lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/replace/system/gssapi.h 2012-04-25 00:18:32 +02:00
locale.h Add langinfo.h to the system/locale.h 2009-06-08 13:20:51 +02:00
network.h replace: Add don't include unistd.h directly and add uid_wrapper. 2011-10-27 13:32:02 +02:00
passwd.h Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master. 2012-01-31 23:28:09 +01:00
readline.h libreplace: Fix readline build with libedit. 2010-06-03 16:33:43 +02:00
README Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
select.h libreplace: poll based on select 2011-02-28 16:40:19 +01: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 libreplace: move "struct timespec" checks into libreplace (where timespec is already used). 2011-03-04 00:28:27 +01:00
wait.h Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_signal.c 2011-08-01 22:03:45 +02: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.