1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Remove unused define for crypt (now in libreplace).

This commit is contained in:
Jelmer Vernooij 2008-10-20 16:46:19 +02:00
parent 93e52145a8
commit 05a0ccadb0

View File

@ -813,10 +813,6 @@ enum flush_reason_enum {
#define SYNC_DNS 1
#endif
#ifndef HAVE_CRYPT
#define crypt ufc_crypt
#endif
#if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID)
#define ULTRIX_AUTH 1
#endif