summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/c.h b/include/c.h
index 3f47dbdcb..a5162b964 100644
--- a/include/c.h
+++ b/include/c.h
@@ -25,6 +25,10 @@
# include <sys/sysmacros.h> /* for major, minor */
#endif
+#ifndef LOGIN_NAME_MAX
+# define LOGIN_NAME_MAX 256
+#endif
+
/*
* Compiler-specific stuff
*/