NetBSD/lib/libc/md/md2hl.c

20 lines
309 B
C
Raw Normal View History

2003-07-26 23:24:24 +04:00
/* $NetBSD: md2hl.c,v 1.3 2003/07/26 19:24:47 salo Exp $ */
2001-03-19 07:13:16 +03:00
/*
2003-07-26 23:24:24 +04:00
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
2001-03-19 07:13:16 +03:00
* Public domain.
*/
#define MDALGORITHM MD2
#include "namespace.h"
#include <md2.h>
#if HAVE_CONFIG_H
#include "config.h"
#endif
#if !HAVE_MD2_H
2001-03-19 07:13:16 +03:00
#include "mdXhl.c"
#endif