xref: /minix3/crypto/external/bsd/heimdal/dist/cf/misc.m4 (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc
2*ebfedea0SLionel Sambucdnl Id
3*ebfedea0SLionel Sambucdnl
4*ebfedea0SLionel SambucAC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl
5*ebfedea0SLionel SambucAC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
6*ebfedea0SLionel SambucAC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
7*ebfedea0SLionel Sambuc#define RCSID(msg) \
8*ebfedea0SLionel Sambucstatic /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
9*ebfedea0SLionel Sambuc#endif
10*ebfedea0SLionel Sambuc
11*ebfedea0SLionel Sambuc/* Maximum values on all known systems */
12*ebfedea0SLionel Sambuc#define MaxHostNameLen (64+4)
13*ebfedea0SLionel Sambuc#define MaxPathLen (1024+4)
14*ebfedea0SLionel Sambuc
15*ebfedea0SLionel Sambuc])])