source: heimdal/trunk/cf/misc.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 410 bytes
Line 
1
2dnl $Id$
3dnl
4AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl
5AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
6AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
7#define RCSID(msg) \
8static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
9#endif
10
11/* Maximum values on all known systems */
12#define MaxHostNameLen (64+4)
13#define MaxPathLen (1024+4)
14
15])])
Note: See TracBrowser for help on using the repository browser.