From: Todd C. Miller Date: Sun, 23 Jul 1995 21:48:04 +0000 (+0000) Subject: added MAX_UID_T_LEN X-Git-Tag: SUDO_1_4_0~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=316e214687314ed2afea3bc8699dd6571e49d5ae;p=sudo added MAX_UID_T_LEN --- diff --git a/config.h.in b/config.h.in index 2293fb509..9b8b550b8 100644 --- a/config.h.in +++ b/config.h.in @@ -218,6 +218,9 @@ /* Define to void if your C compiler fully groks void, else char */ #undef VOID +/* Define to the max length of a uid_t in string context (excluding the NULL */ +#undef MAX_UID_T_LEN + /* Define if your syslog(3) does not guarantee the message will be logged */ /* and syslog(3) returns non-zero to denote failure */ #undef BROKEN_SYSLOG