svn commit: samba r17625 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Sun Aug 20 17:46:21 GMT 2006


Author: vlendec
Date: 2006-08-20 17:46:20 +0000 (Sun, 20 Aug 2006)
New Revision: 17625

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

Log:
Fix the build
Modified:
   branches/SAMBA_3_0/source/include/smb.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb.h	2006-08-20 17:38:15 UTC (rev 17624)
+++ branches/SAMBA_3_0/source/include/smb.h	2006-08-20 17:46:20 UTC (rev 17625)
@@ -1466,7 +1466,7 @@
 enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX,
 		     PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ,
 		     PRINT_CUPS,PRINT_LPRNT,PRINT_LPROS2,PRINT_IPRINT
-#ifdef DEVELOPER
+#if defined(DEVELOPER) || defined(ENABLE_BUILD_FARM_HACKS)
 ,PRINT_TEST,PRINT_VLP
 #endif /* DEVELOPER */
 };



More information about the samba-cvs mailing list