1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib/replace/system
Stefan Metzmacher 1ca6fb563b lib/replace: make sure krb5_cc_default[_name]() is no longer used directly
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue May 14 11:22:28 UTC 2024 on atb-devel-224
2024-05-14 11:22:28 +00:00
..
capability.h replace: only include <sys/capability.h> with HAVE_POSIX_CAPABILITIES 2019-01-29 22:09:07 +01:00
dir.h replace: Use #ifdef instead of #if for config.h definitions 2018-11-28 23:19:21 +01:00
filesys.h lib/replace: add a replacement for openat2() that returns ENOSYS 2022-08-15 15:03:36 +00:00
glob.h
gssapi.h replace: Fix checking for config.h #define in gssapi.h 2018-12-16 21:04:09 +01:00
iconv.h
kerberos.h lib/replace: make sure krb5_cc_default[_name]() is no longer used directly 2024-05-14 11:22:28 +00:00
locale.h
network.h replace: provide PIPE_BUF on GNU/Hurd 2023-02-02 17:30:39 +00:00
passwd.h
python.h lib:replace: Add python.h 2023-11-20 15:37:33 +00:00
readline.h replace: Fix checking for config.h #define in readline.h 2018-12-16 21:04:09 +01:00
README
select.h replace: remove unused configure checks for port_create() 2023-02-02 17:30:39 +00:00
shmem.h
syslog.h
terminal.h
threads.h replace: add checks for atomic_thread_fence(memory_order_seq_cst) and add possible fallbacks 2018-07-24 17:38:26 +02:00
time.h replace: ensure UTIME_NOW and UTIME_OMIT are always available 2019-12-06 00:17:35 +00:00
wait.h
wscript_configure lib:replace: Fix code spelling 2023-04-11 09:06:36 +00: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.