1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/lib/replace/system
Andrew Bartlett cd4b413cb0 build: Remove autoconf build system
We are now confident that that waf build system meets enough of our needs
that we will work to improve it, rather than maintain two build systems.

Andrew Bartlett

Reviewed-by: Jelmer Vernooij <jelmer@samba.org>

Reviewed-by: David Disseldorp <ddiss@samba.org>
2013-05-28 12:17:10 +10: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
dir.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
filesys.h attr: Look for attr/attributes.h too. 2012-06-16 18:54:26 +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 replace: Remove deprecated getpass() support. 2012-12-03 14:35:10 +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 lib/replace: Include sys/ucontext.h if available. 2013-01-15 08:28: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.