Files
heimdal/cf/misc.m4
Johan Danielsson 7f7fca9f48 change \100 back to @; some m4's (probably some regex) doesn't like
this as a replacement regexp; the reason it was once changed to \100
was probably because of some autoconf bug at the time


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11022 ec53bebd-3082-4978-b11e-865c3cabbd6b
2002-05-24 15:35:32 +00:00

15 lines
410 B
Plaintext

dnl $Id$
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)
])])