summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 006f487f6..a4fdd2c83 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
25#ifndef _DEFINES_H 25#ifndef _DEFINES_H
26#define _DEFINES_H 26#define _DEFINES_H
27 27
28/* $Id: defines.h,v 1.112 2004/04/06 11:31:13 dtucker Exp $ */ 28/* $Id: defines.h,v 1.113 2004/04/08 06:16:06 dtucker Exp $ */
29 29
30 30
31/* Constants */ 31/* Constants */
@@ -615,6 +615,10 @@ struct winsize {
615 615
616#endif 616#endif
617 617
618#ifndef UT_LINESIZE
619# define UT_LINESIZE 8
620#endif
621
618/* I hope that the presence of LASTLOG_FILE is enough to detect this */ 622/* I hope that the presence of LASTLOG_FILE is enough to detect this */
619#if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG) 623#if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)
620# define USE_LASTLOG 624# define USE_LASTLOG