summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-09 06:36:04 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-09 06:36:04 +0000
commite5494e2c093fecd4b493ab925f7c7d30b79bc98d (patch)
tree55dff2810371497a1ac87002ac5cf6ac498c64b0 /source3/include/local.h
parent1cb2d37d5dff87c73de31aea6a2f4fe2a66b7d39 (diff)
downloadsamba-e5494e2c093fecd4b493ab925f7c7d30b79bc98d.tar.gz
samba-e5494e2c093fecd4b493ab925f7c7d30b79bc98d.tar.bz2
samba-e5494e2c093fecd4b493ab925f7c7d30b79bc98d.zip
bracket some macros
change MAX_PASSWORD_LENGTH to MAX_PASS_LEN to prevent conflict on some systems add #ifdef around soft link dependent code (for systems that don't have soft links) (This used to be commit e10ba4b97a219e87b62d32834bf15ed2e323ed2e)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 3ce75eeb4e..22d1b2a08e 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -43,7 +43,7 @@
#define WORDMAX 0xFFFF
/* the maximum password length before we declare a likely attack */
-#define MAX_PASSWORD_LENGTH 200
+#define MAX_PASS_LEN 200
/* separators for lists */
#define LIST_SEP " \t,;:\n\r"