Sync usage with man page.
[netbsd-mini2440.git] / lib / libc / md / md2hl.c
blob2fccf76d15df662b404d6bb739c77793de4ddd3f
1 /* $NetBSD: md2hl.c,v 1.4 2003/10/27 00:12:42 lukem Exp $ */
3 /*
4 * Written by Jason R. Thorpe <thorpej@NetBSD.org>, April 29, 1997.
5 * Public domain.
6 */
8 #include <sys/cdefs.h>
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD$");
11 #endif /* LIBC_SCCS and not lint */
13 #define MDALGORITHM MD2
15 #include "namespace.h"
16 #include <md2.h>
18 #if HAVE_NBTOOL_CONFIG_H
19 #include "nbtool_config.h"
20 #endif
22 #if !HAVE_MD2_H
23 #include "mdXhl.c"
24 #endif