blob: 0a1822557a29579ffd3139e9d650b489a686f84f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
Tue Mar 7 19:59:30 1995 Mark Eichin <eichin@cygnus.com>
* configure.in: take out ISODE_INCLUDE.
Thu Mar 2 12:30:32 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 16:25:58 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove ISODE_INCLUDE and ISODE_DEFS, replace check
for -lsocket and -lnsl with WITH_NETLIB check.
Tue Feb 28 01:50:22 1995 John Gilmore (gnu at toad.com)
* sys_term.c: Avoid <krb5/...> includes.
Wed Jan 11 15:23:07 1995 Mark Eichin <eichin@cygnus.com>
* configure.in (K4LIB): fix quoting so $(KRB4) actually survives
to the Makefile.
Fri Nov 18 01:23:13 1994 Mark Eichin <eichin@cygnus.com>
* Makefile.in (install): install telnetd manpage
(from Ted Lemon <mellon@ipd.wellsfargo.com>).
Fri Nov 18 00:44:05 1994 Mark Eichin <eichin@cygnus.com>
* configure.in: use WITH_KRB4, cache cc_t in termio check, cache
SETPGRP_TWOARG check.
* Makefile.in (K4LIB): use @K4LIB@.
(telnetd): use $(K4LIB). (from epeisach)
Mon Nov 7 22:16:51 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in:
sys_term.c: Only include <sys/tty.h> if HAVE_SYS_TTY_H is
defined by configure.
* configure.in: Check for sys/time.h and time.h.
* defs.h: Pull in <sys/time.h> and <time.h> as necessary.
* sys_term.c (startslave): Don't define time() manually.
* configure.in: Add check for util library (needed for the Alpha)
Thu Sep 29 22:51:52 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executables if libraries change
Tue Aug 16 18:04:58 1994 Mark Eichin (eichin@tweedledumber.cygnus.com)
* configure.in: check for vhangup.
sys_term.c (cleanup): check for HAVE_VHANGUP.
(cleanopen): ditto.
Mon Aug 8 01:15:27 1994 Mark Eichin (eichin@cygnus.com)
* utility.c (putf): don't misdeclare index/rindex, strings.h
already got included. Don't even use them -- use str*chr instead.
Thu Aug 4 03:37:26 1994 Tom Yu (tlyu@dragons-lair)
* configure.in: pick up dbm libs
* sys_term.h: fix linux lossage, i.e. <linux/tty.h>
* configure.in: check for STREAMSPTY (hopefully)
* Makefile.in:
* configure.in: make install changes
Tue Jul 26 18:23:01 1994 Tom Yu (tlyu@dragons-lair)
* Makefile.in: fix missing $(srcdir)
Mon Jul 25 02:35:16 1994 Tom Yu (tlyu@dragons-lair)
* configure.in: check for utmpx
|