mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Only build this when needed
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#if defined(DUMP_SMB)
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#include "smbfs.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
@@ -4465,3 +4469,7 @@ control_smb_dump(int enable)
|
||||
{
|
||||
dump_smb_enabled = enable;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#endif /* DUMP_SMB */
|
||||
|
||||
Reference in New Issue
Block a user