blob: f69b2439afa15110ab12542bfe1b90fdcf0ebb2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* $NetBSD: md2hl.c,v 1.4 2003/10/27 00:12:42 lukem Exp $ */
/*
* Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
* Public domain.
*/
#define MDALGORITHM MD2
#include "namespace.h"
#include <md2.h>
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
#if !HAVE_MD2_H
#include "mdXhl.c"
#endif
|