diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-22 12:08:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:20 -0500 |
commit | 7fe42c9b18383ff210a924df6da7d97f4effced7 (patch) | |
tree | e5cb4770d6d8f1c72f1cce960bedbe18df532b5d /source4 | |
parent | 5b15e435d101f87a0833625f217643acae5a7a75 (diff) | |
download | samba-7fe42c9b18383ff210a924df6da7d97f4effced7.tar.gz samba-7fe42c9b18383ff210a924df6da7d97f4effced7.tar.bz2 samba-7fe42c9b18383ff210a924df6da7d97f4effced7.zip |
r9473: - assume the case that happens on most boxes, to remove compiler warnings on them
metze
(This used to be commit 3b83cf6b5bae877cf7c6a858683bc6fe781ad104)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index c3737cb75e..f3660bc6ac 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -50,4 +50,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #define HAVE_SETEUID 1 #endif +#define GETHOSTBYADDR_PROTO_COMPATIBLE +#define GETSERVBYNAME_PROTO_COMPATIBLE +#define OPENLOG_PROTO_COMPATIBLE +#define GETSOCKNAME_PROTO_COMPATIBLE + #endif |