X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source%2Finclude%2Flocal.h;h=144c2d2838b33598cf51bee12f410d1d312139cd;hp=9a62aa7eb3fb9fb89f2f1fc5992cdd6a08a75be2;hb=4e424d0ba652bf9c5dfd3c44216b6145538cf821;hpb=b916d225afd8137a04d48f376b549f1ae57d767e diff --git a/source/include/local.h b/source/include/local.h index 9a62aa7eb3f..144c2d2838b 100644 --- a/source/include/local.h +++ b/source/include/local.h @@ -1,3 +1,6 @@ +/* Copyright (C) 1995-1998 Samba-Team */ +/* Copyright (C) 1998 John H Terpstra */ + /* local definitions for file server */ #ifndef _LOCAL_H #define _LOCAL_H @@ -17,6 +20,11 @@ refer to the special "printers" service */ #define PRINTERS_NAME "printers" +/* Yves Gaige requested this set this */ +/* to a maximum of 8 if old smb clients break because of long printer names. */ +#define MAXPRINTERLEN 15 + + /* define what facility to use for syslog */ #ifndef SYSLOG_FACILITY #define SYSLOG_FACILITY LOG_DAEMON