git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release
[samba.git]
/
source
/
include
/
local.h
diff --git
a/source/include/local.h
b/source/include/local.h
index 9a62aa7eb3fb9fb89f2f1fc5992cdd6a08a75be2..144c2d2838b33598cf51bee12f410d1d312139cd 100644
(file)
--- 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 <jht@aquasoft.com.au> */
+
/* local definitions for file server */
#ifndef _LOCAL_H
#define _LOCAL_H
/* 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"
refer to the special "printers" service */
#define PRINTERS_NAME "printers"
+/* Yves Gaige <yvesg@hptnodur.grenoble.hp.com> 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
/* define what facility to use for syslog */
#ifndef SYSLOG_FACILITY
#define SYSLOG_FACILITY LOG_DAEMON