1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib/replace/system
Stefan Metzmacher 412b89afba lib/replace: move MAXHOSTNAMELEN to system/network.h
Some platforms define it in netdb.h, so we should
define the replace after including metdb.h.

metze
2009-01-31 09:32:14 +01: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 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
dir.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
filesys.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +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 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
locale.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
network.h lib/replace: move MAXHOSTNAMELEN to system/network.h 2009-01-31 09:32:14 +01:00
passwd.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
readline.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +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 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
wait.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02: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.