Home | History | Annotate | Line # | Download | only in md
md2hl.c revision 1.4
      1  1.4   lukem /*	$NetBSD: md2hl.c,v 1.4 2003/10/27 00:12:42 lukem Exp $	*/
      2  1.1  atatat 
      3  1.1  atatat /*
      4  1.3    salo  * Written by Jason R. Thorpe <thorpej (at) NetBSD.org>, April 29, 1997.
      5  1.1  atatat  * Public domain.
      6  1.1  atatat  */
      7  1.1  atatat 
      8  1.1  atatat #define	MDALGORITHM	MD2
      9  1.1  atatat 
     10  1.1  atatat #include "namespace.h"
     11  1.1  atatat #include <md2.h>
     12  1.1  atatat 
     13  1.4   lukem #if HAVE_NBTOOL_CONFIG_H
     14  1.4   lukem #include "nbtool_config.h"
     15  1.2   bjh21 #endif
     16  1.2   bjh21 
     17  1.2   bjh21 #if !HAVE_MD2_H
     18  1.1  atatat #include "mdXhl.c"
     19  1.2   bjh21 #endif
     20