Change a couple of Makefile.ins to plain Makefiles
[freeradius.git] / src / include / missing.h
1 /*
2  * missing.h    Replacements for functions that are or can be
3  *              missing on some platforms.
4  *
5  * Version:     $Id$
6  *
7  */
8
9 #ifndef HAVE_CRYPT
10 char *crypt(char *key, char *salt);
11 #endif
12