summaryrefslogtreecommitdiffstats
path: root/src/util/pty/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-111-269/+0
* Add prerequisites for some header checks to avoid "present but cannotTom Yu2006-04-051-1/+9
* * configure.in: Always provide three arguments to AC_DEFINEKen Raeburn2006-03-311-16/+16
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-201-1/+1
* * configure.in: Only sanity-check setutent() API if there is noTom Yu2004-07-301-16/+17
* * configure.in: Remove tests for strsave, sys_errlist,Ezra Peisach2004-04-121-30/+0
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-031-1/+0
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-101-4/+0
* * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach2002-12-061-1/+1
* * Makefile.in (install): Don't install libpty.h.Ken Raeburn2002-07-131-1/+2
* * configure.in: Cosmetic fix in utmpx.ut_exit checkTom Yu2001-09-121-1/+1
* * pty-int.h: Provide revoke() prototype if system headers lackingEzra Peisach2001-06-111-2/+17
* * configure.in: Check for system provided getutmp() prototypeEzra Peisach2001-06-111-1/+16
* * pty_paranoia.c: New file; do many paranoid checks about cttyTom Yu2001-05-111-0/+4
* * configure.in: Fix some quoting of shell variables when passingTom Yu2001-04-301-21/+26
* * configure.in(K5_CHECK_UT_MEMBER): Fix typo in previous; makeTom Yu2001-04-281-1/+1
* * configure.in: Many changes to support the rewriting of the utmpTom Yu2001-04-281-44/+122
* Use const sockaddr pointer in interface.Ken Raeburn2000-12-061-0/+1
* * configure.in: Quote macro use inside AC_CHECK_LIB. ChangeEzra Peisach2000-11-011-5/+5
* * pty-int.h: Add getutmpx() prototype if neededEzra Peisach2000-06-301-0/+22
* * getpty.c (pty_getpty): More conditionalizing variable defintionEzra Peisach2000-06-291-1/+1
* merge from krb5-1-2-beta4Ken Raeburn2000-06-231-1/+1
* configure.in: Remove test CHECK_WAIT_TYPE since nothing is using theTheodore Tso1999-01-271-1/+0
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-1/+1
* Mass makefile/configure.in build system revampTheodore Tso1998-02-121-1/+0
* Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1997-10-021-1/+1
* Check for openpty() in -lutil. It's there on FreeBSD and BSDITheodore Tso1997-04-251-0/+1
* Merge of libhack_branchTom Yu1997-02-091-3/+3
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-0/+1
* * update_utmp.c (pty_update_utmp): Handle case where utmp usesEzra Peisach1996-11-151-0/+14
* update_utmp.c (pty_update_utmp): Add code which attempts to compensateTheodore Tso1996-11-081-10/+1
* Fix bug pointed out by jhawk; we weren't looking for all ptysSam Hartman1996-06-241-1/+1
* * configure.in: remove ref to ET_RULESTom Yu1996-06-141-1/+1
* Changes so HPUX doesn't use streams. ThisSam Hartman1996-04-161-2/+1
* Have pty_cleanup() fork on systems with vhangup()Sam Hartman1996-04-151-1/+2
* Changes to help streams work correctly on AIX 4.1.4 and HPUX 9.Sam Hartman1996-03-251-0/+16
* Implement _getpty handling for the SGISam Hartman1996-03-241-18/+2
* Use the SubdirLibraryRule defined in aclocal.m4 to create the DONETheodore Tso1995-09-291-0/+1
* Changes for Solaris and UltrixSam Hartman1995-08-111-0/+2
* DDon't call vhangup() on Ultrix until after session. This actually turns out...Sam Hartman1995-08-101-0/+4
* libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1995-08-051-1/+1
* Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1995-08-031-1/+1
* Check in first version of libptySam Hartman1995-07-311-0/+142