1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/lib/replace/system
Björn Jacke 9c00fb4aa6 libreplace: use CLOCK_HIGHRES when available
in Solaris 8 CLOCK_HIGHRES was the (only) name for CLOCK_MONOTONIC
2010-09-14 22:11:59 +02: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 libreplace: move gettimeofday TZ arg check here 2010-08-31 09:07:08 +02:00
dir.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
filesys.h libreplace: include sys/file.h only when available 2010-05-30 21:46:35 +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 lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken headers 2010-04-24 20:30:17 +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 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 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 libreplace: use CLOCK_HIGHRES when available 2010-09-14 22:11:59 +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.