summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-17 00:31:39 +0000
committerJeremy Allison <jra@samba.org>1998-11-17 00:31:39 +0000
commitc1a3346547d887bfd2402a6b0bcc185680eb4470 (patch)
tree0fcf2f43a523b8e9021e6b394ad28cd69a4a18a4 /source/include/smb.h
parent6c25a3314243997508b0b2da4bfa10bb979e9c10 (diff)
downloadsamba-c1a3346547d887bfd2402a6b0bcc185680eb4470.tar.gz
samba-c1a3346547d887bfd2402a6b0bcc185680eb4470.tar.xz
samba-c1a3346547d887bfd2402a6b0bcc185680eb4470.zip
Moved PRINTCAP_NAME from smb.h to includes to allow it to
be tuned per system type. Jeremy.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 0f1683e3c92..0ffbcded131 100644
--- a/source/include/smb.h
+++ b/source/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)