Age | Commit message (Collapse) | Author | Files | Lines |
|
why the hell do IRIX systems headers like quota.h use types that are available
only with such a define...?
|
|
IRIX needs _XOPEN_SOURCE defined for SCM_RIGHTS to be available
|
|
|
|
standards.h on Lion holds a #warning that standards.h will be removed. This is
annoying during the build.
|
|
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
libreplace makes use of an older form of AC_CHECK_TYPE which basically
provides a fallback definition for the type if it isn't available.
http://www.gnu.org/software/hello/manual/autoconf/Obsolete-Macros.html#Obsolete-Macros
shows why this isn't a good idea (its not so important, except for pointer types).
This patch partly addresses the issue.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
|
|