summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-08 16:16:06 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-08 16:16:06 +1000
commit11f18294abc3316ed2d8e38c92bd7bd1bbb134e4 (patch)
treea1728f91cf9e6fb3c5ef47148d8201690b22ef98 /defines.h
parent1b9f2a6b44d09b21304c06e36c3cb4577937c0f9 (diff)
- (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
simplify loginrec.c. ok tim@
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