1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Metzmacher
d2ac8be28d libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_t
metze
(cherry picked from commit 2f46091511)
2008-01-22 12:24:05 +01:00
Michael Adam
df3e151992 r26255: Work around another broken aspect of sys/capability.h on RHEL5.
This is synced from samba3 v3-2-test/11bcdf780e164659b89:

The /usr/include/sys/capability.h defines _LINUX_TYPES_H
which prevents /usr/include/linux/types.h from being parsed
(when included afterwards). Thus certain types are undefined
that are for instance needed in /usr/include/linux/dqblk_xfs.h.
This breaks the build of lib/sysquotas_xfs.c in Samba3.

This commit adds a configure check and a workaround for this.

Michael
2007-12-21 05:47:30 +01:00
Michael Adam
4d1df9c0b4 r26253: Add check for broken RedHat 7.2 system header files to lib/replace.
This is taken (with slight reformatting) from samba3:configure.in.
It is already used in lib/replace/system/capablity.h.

Michael
2007-12-21 05:47:30 +01:00
Stefan Metzmacher
44250ac6f9 r25867: libreplace: solaris has different prototypes for getpwent_r and getgrent_r
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
98095b3425 r25865: libreplace: check for nss passwd|group get*_r functions
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
be84eb68e1 r22217: merge from samba3 21944:
move acl header checks to the correct place only

metze
2007-10-10 14:50:39 -05:00
Andrew Tridgell
77d1a468e0 r18129: moved the system includes into libreplace - this gives much more
isolation of our portability environment from the main code, and also
simplifies the includes system (no separate #ifdef _SAMBA_BUILD for
tdb. ldb etc now)
2007-10-10 14:17:36 -05:00