[TODO defines.h loginrec.c] Change the references to configure.in
to configure.ac
This commit is contained in:
parent
c3ad02e54b
commit
b89e694b4c
|
@ -1,3 +1,7 @@
|
||||||
|
20011029
|
||||||
|
- (tim) [TODO defines.h loginrec.c] Change the references to configure.in
|
||||||
|
to configure.ac
|
||||||
|
|
||||||
20011028
|
20011028
|
||||||
- (djm) Avoid bug in Solaris PAM libs
|
- (djm) Avoid bug in Solaris PAM libs
|
||||||
- (djm) Disconnect if no tty and PAM reports password expired
|
- (djm) Disconnect if no tty and PAM reports password expired
|
||||||
|
@ -6781,4 +6785,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1626 2001/10/28 18:10:22 stevesk Exp $
|
$Id: ChangeLog,v 1.1627 2001/10/30 02:50:39 tim Exp $
|
||||||
|
|
4
TODO
4
TODO
|
@ -62,7 +62,7 @@ Documentation:
|
||||||
- Create a Documentation/ directory?
|
- Create a Documentation/ directory?
|
||||||
|
|
||||||
Clean up configure/makefiles:
|
Clean up configure/makefiles:
|
||||||
- Clean up configure.in - There are a few double #defined variables
|
- Clean up configure.ac - There are a few double #defined variables
|
||||||
left to do. HAVE_LOGIN is one of them. Consider NOT looking for
|
left to do. HAVE_LOGIN is one of them. Consider NOT looking for
|
||||||
information in wtmpx or utmpx or any of that stuff if it's not detected
|
information in wtmpx or utmpx or any of that stuff if it's not detected
|
||||||
from the start
|
from the start
|
||||||
|
@ -83,4 +83,4 @@ Packaging:
|
||||||
- HP-UX: Provide DEPOT package scripts.
|
- HP-UX: Provide DEPOT package scripts.
|
||||||
(gilbert.r.loomis@saic.com)
|
(gilbert.r.loomis@saic.com)
|
||||||
|
|
||||||
$Id: TODO,v 1.44 2001/10/08 02:53:55 mouring Exp $
|
$Id: TODO,v 1.45 2001/10/30 02:50:40 tim Exp $
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef _DEFINES_H
|
#ifndef _DEFINES_H
|
||||||
#define _DEFINES_H
|
#define _DEFINES_H
|
||||||
|
|
||||||
/* $Id: defines.h,v 1.73 2001/10/22 00:53:59 tim Exp $ */
|
/* $Id: defines.h,v 1.74 2001/10/30 02:50:40 tim Exp $ */
|
||||||
|
|
||||||
/* Necessary headers */
|
/* Necessary headers */
|
||||||
|
|
||||||
|
@ -454,7 +454,7 @@ struct winsize {
|
||||||
* Define this to use pipes instead of socketpairs for communicating with the
|
* Define this to use pipes instead of socketpairs for communicating with the
|
||||||
* client program. Socketpairs do not seem to work on all systems.
|
* client program. Socketpairs do not seem to work on all systems.
|
||||||
*
|
*
|
||||||
* configure.in sets this for a few OS's which are known to have problems
|
* configure.ac sets this for a few OS's which are known to have problems
|
||||||
* but you may need to set it yourself
|
* but you may need to set it yourself
|
||||||
*/
|
*/
|
||||||
/* #define USE_PIPES 1 */
|
/* #define USE_PIPES 1 */
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
symbols for the platform.
|
symbols for the platform.
|
||||||
|
|
||||||
Use logintest to check which symbols are defined before modifying
|
Use logintest to check which symbols are defined before modifying
|
||||||
configure.in and loginrec.c. (You have to build logintest yourself
|
configure.ac and loginrec.c. (You have to build logintest yourself
|
||||||
with 'make logintest' as it's not built by default.)
|
with 'make logintest' as it's not built by default.)
|
||||||
|
|
||||||
Otherwise, patches to the specific method(s) are very helpful!
|
Otherwise, patches to the specific method(s) are very helpful!
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
|
|
||||||
RCSID("$Id: loginrec.c,v 1.37 2001/10/26 15:56:56 mouring Exp $");
|
RCSID("$Id: loginrec.c,v 1.38 2001/10/30 02:50:40 tim Exp $");
|
||||||
|
|
||||||
#ifdef HAVE_UTIL_H
|
#ifdef HAVE_UTIL_H
|
||||||
# include <util.h>
|
# include <util.h>
|
||||||
|
|
Loading…
Reference in New Issue