* pty-int.h: Add getutmpx() prototype if needed
authorEzra Peisach <epeisach@mit.edu>
Fri, 30 Jun 2000 19:34:38 +0000 (19:34 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 30 Jun 2000 19:34:38 +0000 (19:34 +0000)
commit52555067459cdac3514d5ae13b8f48db96ef0ad1
treed4e78513d6103338d4f2407e8a2642737fb517cc
parent41ac0b0b7127178c93344caf4d15f62bb12d4376
* pty-int.h: Add getutmpx() prototype if needed

* configure.in: If getutmpx() exists on the system, test if a
prototype is provided by the system headers.

This was picked up by gcc -Wall. Under Linux glibc 2.1, the system
header file <utmpx.h> provides a prototype for getutmpx() only if
_GNU_SOURCE is defined (GNU extensions). The test offeres a prototype
(which matches in this case) - if the prototype conflicts with a system
provided one, we do not provide it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12477 dc483132-0cff-0310-8789-dd5450dbe970
src/util/pty/ChangeLog
src/util/pty/configure.in
src/util/pty/pty-int.h