2 * oldutmp.h Definition of the old libc5 utmp structure.
4 * Version: @(#)oldutmp.h 1.00 29-Mar-1998 miquels@cistron.nl
6 * Copyright (C) 1991-2000 Miquel van Smoorenburg.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 #define OLD_LINESIZE 12
27 #define OLD_NAMESIZE 8
28 #define OLD_HOSTSIZE 16
33 char ut_line
[OLD_LINESIZE
];
36 char ut_user
[OLD_NAMESIZE
];
37 char ut_host
[OLD_HOSTSIZE
];