From: Jelmer Vernooij Date: Mon, 20 Oct 2008 14:46:19 +0000 (+0200) Subject: Remove unused define for crypt (now in libreplace). X-Git-Tag: samba-4.0.0alpha6~778^2~5^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a0ccadb0cb262dd8b1138c983050b9477ea951;p=thirdparty%2Fsamba.git Remove unused define for crypt (now in libreplace). --- diff --git a/source3/include/includes.h b/source3/include/includes.h index ac5b2b215c6..ea768b0858b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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