svn commit: samba r9473 - in branches/SAMBA_4_0/source/heimdal_build: .

metze at samba.org metze at samba.org
Mon Aug 22 12:08:14 GMT 2005


Author: metze
Date: 2005-08-22 12:08:14 +0000 (Mon, 22 Aug 2005)
New Revision: 9473

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9473

Log:
- assume the case that happens on most boxes, to remove compiler warnings on them

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h	2005-08-22 11:37:20 UTC (rev 9472)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h	2005-08-22 12:08:14 UTC (rev 9473)
@@ -50,4 +50,9 @@
 #define HAVE_SETEUID 1
 #endif
 
+#define GETHOSTBYADDR_PROTO_COMPATIBLE
+#define GETSERVBYNAME_PROTO_COMPATIBLE
+#define OPENLOG_PROTO_COMPATIBLE
+#define GETSOCKNAME_PROTO_COMPATIBLE
+
 #endif



More information about the samba-cvs mailing list