summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-22 15:40:19 +1300
committerAndreas Schneider <asn@cryptomilk.org>2014-04-15 10:13:12 +0200
commitcec833063e4fa5911ae1cf0c53d38f1d6735ee02 (patch)
treefcaa84f6af4c16d447af5bddaac6b4fc379be3a3 /source3/include/includes.h
parent3fa67e634696ac5b01a3de34892f4c0f978ff9e3 (diff)
downloadsamba-cec833063e4fa5911ae1cf0c53d38f1d6735ee02.tar.gz
auth: Remove plaintext OSF1 password support
The WAF build does not have the code to detect getprpwnam on which this is based, and so this is dead code. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index d18496ac6eb..de44fd2d99a 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -419,9 +419,6 @@ typedef char fstring[FSTRING_LEN];
#define SIGRTMIN NSIG
#endif
-#if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS)
-#define OSF1_ENH_SEC 1
-#endif
#if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID)
#define ULTRIX_AUTH 1