From: srittau Date: Wed, 24 Oct 2001 16:21:33 +0000 (+0000) Subject: Don't #define SHADOWPW explicitly if SOLARIS is also #defined. This is X-Git-Tag: netatalk-1-5-rc1~99 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=42c28eee96433501748acf3ad64385199757a994 Don't #define SHADOWPW explicitly if SOLARIS is also #defined. This is the task of configure.in and config.h. --- diff --git a/etc/uams/uams_dhx_passwd.c b/etc/uams/uams_dhx_passwd.c index 7685e326..b7d4eae1 100644 --- a/etc/uams/uams_dhx_passwd.c +++ b/etc/uams/uams_dhx_passwd.c @@ -1,5 +1,5 @@ /* - * $Id: uams_dhx_passwd.c,v 1.11 2001-10-24 16:19:12 srittau Exp $ + * $Id: uams_dhx_passwd.c,v 1.12 2001-10-24 16:21:33 srittau Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) @@ -24,10 +24,6 @@ #include #include -#ifdef SOLARIS -#define SHADOWPW -#endif /* SOLARIS */ - #ifdef SHADOWPW #include #endif /* SHADOWPW */