|
Last change
on this file was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
410 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | dnl $Id$
|
|---|
| 3 | dnl
|
|---|
| 4 | AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl
|
|---|
| 5 | AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
|
|---|
| 6 | AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
|
|---|
| 7 | #define RCSID(msg) \
|
|---|
| 8 | static /**/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.