]> arthur.barton.de Git - netatalk.git/commitdiff
Don't #define SHADOWPW explicitly if SOLARIS is also #defined. This is
authorsrittau <srittau>
Wed, 24 Oct 2001 16:21:33 +0000 (16:21 +0000)
committersrittau <srittau>
Wed, 24 Oct 2001 16:21:33 +0000 (16:21 +0000)
the task of configure.in and config.h.

etc/uams/uams_dhx_passwd.c

index 7685e326a93e1aa43dc7e452d2586f243af76436..b7d4eae1e9e428ae376d319d731f003cb811eb6d 100644 (file)
@@ -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) 
 #include <pwd.h>
 #include <syslog.h>
 
-#ifdef SOLARIS
-#define SHADOWPW
-#endif /* SOLARIS */
-
 #ifdef SHADOWPW
 #include <shadow.h>
 #endif /* SHADOWPW */