]> granicus.if.org Git - sudo/commitdiff
added MAX_UID_T_LEN
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 23 Jul 1995 21:48:04 +0000 (21:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 23 Jul 1995 21:48:04 +0000 (21:48 +0000)
config.h.in

index 2293fb50961d2e623bfde041f9b7d7ce8ba08f11..9b8b550b88258af14c8e207571e1e102ae0131fe 100644 (file)
 /* 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