]> arthur.barton.de Git - netatalk.git/commitdiff
Removed now useless guard that prevented compilation if USE_DHX wasn't
authorsrittau <srittau>
Thu, 25 Oct 2001 20:52:55 +0000 (20:52 +0000)
committersrittau <srittau>
Thu, 25 Oct 2001 20:52:55 +0000 (20:52 +0000)
defined.

etc/uams/uams_randnum.c

index 3d84bf711c1d621207dfbe1af5398284dcafc73b..b67e56cd366d6eec4374b0e858a0b1ba451864ef 100644 (file)
@@ -1,5 +1,5 @@
 /* 
- * $Id: uams_randnum.c,v 1.7 2001-10-24 14:34:33 srittau Exp $
+ * $Id: uams_randnum.c,v 1.8 2001-10-25 20:52:55 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -47,7 +47,6 @@ char *strchr (), *strrchr ();
 #include <atalk/uam.h>
 
 
-#ifdef UAM_RNDNUM
 #include <des.h>
 
 #ifdef USE_CRACKLIB
@@ -543,5 +542,3 @@ UAM_MODULE_EXPORT struct uam_export uams_randnum = {
   UAM_MODULE_VERSION,
   uam_setup, uam_cleanup
 };
-
-#endif /* UAM_RNDNUM */