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
Andrew Bartlett 3a0fd53f7c lib/replace: Remove #undef TCP_NODELAY
A duplicate define warning is better than not defining this at all.

Similar to a patch Torsten Werner submitted to the Samba Bugzilla in
2005.

Not tested on HP-UX

reverts fc84e916f6 that was still present in
the new copy of nis.h created in c29d087e1e

BUG: https://bugzilla.samba.org/show_bug.cgi?id=2406
BUG: https://bugzilla.samba.org/show_bug.cgi?id=2140

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Jun 18 06:47:05 UTC 2019 on sn-devel-184
2019-06-18 06:47:05 +00:00
..
aio.h
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 replace: remove needless vxfs header file check 2019-02-17 13:33:12 +01: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 replace: Use #ifdef instead of #if for config.h definitions 2018-11-28 23:19:21 +01:00
locale.h
network.h replace: make sure we have a SCOPE_DELIMITER define 2016-12-09 16:58:11 +01:00
nis.h lib/replace: Remove #undef TCP_NODELAY 2019-06-18 06:47:05 +00:00
passwd.h replace: Fix includes of unistd.h 2014-09-19 18:11:11 +02:00
readline.h replace: Fix checking for config.h #define in readline.h 2018-12-16 21:04:09 +01:00
README
select.h Add Solaris ports as a tevent backend. 2015-02-15 23:25:07 +01: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 libbreplace: compatibility fix for AIX 2017-06-13 09:11:56 +02:00
wait.h lib:replace: Missing semicolon on function definition. 2016-04-02 06:04:13 +02:00
wscript_configure replace: remove some duplicate checks 2018-02-21 14:19:17 +01: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.