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
Ira Cooper a1901b55cf Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Jan 31 23:28:09 CET 2012 on sn-devel-104
2012-01-31 23:28:09 +01: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 replace: Add don't include unistd.h directly and add uid_wrapper. 2011-10-27 13:32:02 +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 lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef 2011-05-10 20:54:06 +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.