summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/misc.m4
blob: 042f30a58d606e5fe1c30c0f8fdb04b9dc58b8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

dnl $Id: misc.m4 11022 2002-05-24 15:35:32Z joda $
dnl
AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl
AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#endif

/* Maximum values on all known systems */
#define MaxHostNameLen (64+4)
#define MaxPathLen (1024+4)

])])
OpenPOWER on IntegriCloud