__aeabi_ldivmod: fix sign logic
[minix.git] / lib / libc / md / md2hl.c
blob8d26581abf387e1a226aff71d22af094259a39ec
1 /* $NetBSD: md2hl.c,v 1.5 2005/06/12 05:34:34 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: md2hl.c,v 1.5 2005/06/12 05:34:34 lukem Exp $");
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