]> andersk Git - openssh.git/blobdiff - defines.h
- (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
[openssh.git] / defines.h
index 6e539079b0b0975db2d68cd3bbdbbb4e11efe7c6..4ae40dac537ecfc7242cc1d6ab0f952c1d93a237 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -615,6 +615,10 @@ struct winsize {
 
 #endif
 
+#ifndef UT_LINESIZE
+# define UT_LINESIZE 8
+#endif
+
 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
 #if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)
 #  define USE_LASTLOG
This page took 0.034739 seconds and 4 git commands to generate.