svn commit: samba r12832 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Tue Jan 10 16:55:15 GMT 2006


Author: metze
Date: 2006-01-10 16:55:15 +0000 (Tue, 10 Jan 2006)
New Revision: 12832

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

Log:
make it possible to pass -D_PUBLIC_... to the compiler

metze 
Modified:
   branches/SAMBA_4_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/include/includes.h	2006-01-10 16:54:21 UTC (rev 12831)
+++ branches/SAMBA_4_0/source/include/includes.h	2006-01-10 16:55:15 UTC (rev 12832)
@@ -158,6 +158,8 @@
 #define discard_const(ptr) ((void *)((intptr_t)(ptr)))
 #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
 
+#ifndef _PUBLIC_
 #define _PUBLIC_
+#endif
 
 #endif /* _INCLUDES_H */



More information about the samba-cvs mailing list