]> arthur.barton.de Git - netatalk.git/commitdiff
Most of this source file was commented out if UAM_DHX was not defined.
authorsrittau <srittau>
Wed, 24 Oct 2001 16:25:24 +0000 (16:25 +0000)
committersrittau <srittau>
Wed, 24 Oct 2001 16:25:24 +0000 (16:25 +0000)
This isn't necessary anymore, since we do now do that in Makefile.am.

etc/uams/uams_dhx_passwd.c

index b7d4eae1e9e428ae376d319d731f003cb811eb6d..9c41456beee4703e98f409fed10640161f4cc39a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_dhx_passwd.c,v 1.12 2001-10-24 16:21:33 srittau Exp $
+ * $Id: uams_dhx_passwd.c,v 1.13 2001-10-24 16:25:24 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -10,8 +10,6 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#ifdef UAM_DHX
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -315,5 +313,3 @@ UAM_MODULE_EXPORT struct uam_export uams_dhx = {
   UAM_MODULE_VERSION,
   uam_setup, uam_cleanup
 };
-
-#endif /* UAM_DHX */