Home | History | Annotate | Line # | Download | only in md
md2hl.c revision 1.5
      1  1.5   lukem /*	$NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 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.5   lukem #include <sys/cdefs.h>
      9  1.5   lukem #if defined(LIBC_SCCS) && !defined(lint)
     10  1.5   lukem __RCSID("$NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $");
     11  1.5   lukem #endif /* LIBC_SCCS and not lint */
     12  1.5   lukem 
     13  1.1  atatat #define	MDALGORITHM	MD2
     14  1.1  atatat 
     15  1.1  atatat #include "namespace.h"
     16  1.1  atatat #include <md2.h>
     17  1.1  atatat 
     18  1.4   lukem #if HAVE_NBTOOL_CONFIG_H
     19  1.4   lukem #include "nbtool_config.h"
     20  1.2   bjh21 #endif
     21  1.2   bjh21 
     22  1.2   bjh21 #if !HAVE_MD2_H
     23  1.1  atatat #include "mdXhl.c"
     24  1.2   bjh21 #endif
     25