From c1af0b40274752f85ba82f5a42426dbe3d3d890c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 17 Nov 1998 00:31:39 +0000 Subject: Moved PRINTCAP_NAME from smb.h to includes to allow it to be tuned per system type. Jeremy. (This used to be commit c1a3346547d887bfd2402a6b0bcc185680eb4470) --- source3/include/smb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 0f1683e3c9..0ffbcded13 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -54,10 +54,6 @@ typedef int BOOL; #define DEF_CREATE_MASK (0755) #endif -#ifndef PRINTCAP_NAME -#define PRINTCAP_NAME "/etc/printcap" -#endif - /* how long to wait for secondary SMB packets (milli-seconds) */ #define SMB_SECONDARY_WAIT (60*1000) -- cgit