summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
committerTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
commitb89e694b4c785076f9d4ad2d069cf678da29ec50 (patch)
tree469e961e3c38d55fe6b99ae5e596b61ce2fcad04 /loginrec.c
parentc3ad02e54bcdd4cc66dac087023f4104bde237b0 (diff)
[TODO defines.h loginrec.c] Change the references to configure.in
to configure.ac
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loginrec.c b/loginrec.c
index 4e4d2fa16..d7105ed7b 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -123,7 +123,7 @@
123 symbols for the platform. 123 symbols for the platform.
124 124
125 Use logintest to check which symbols are defined before modifying 125 Use logintest to check which symbols are defined before modifying
126 configure.in and loginrec.c. (You have to build logintest yourself 126 configure.ac and loginrec.c. (You have to build logintest yourself
127 with 'make logintest' as it's not built by default.) 127 with 'make logintest' as it's not built by default.)
128 128
129 Otherwise, patches to the specific method(s) are very helpful! 129 Otherwise, patches to the specific method(s) are very helpful!
@@ -163,7 +163,7 @@
163#include "log.h" 163#include "log.h"
164#include "atomicio.h" 164#include "atomicio.h"
165 165
166RCSID("$Id: loginrec.c,v 1.37 2001/10/26 15:56:56 mouring Exp $"); 166RCSID("$Id: loginrec.c,v 1.38 2001/10/30 02:50:40 tim Exp $");
167 167
168#ifdef HAVE_UTIL_H 168#ifdef HAVE_UTIL_H
169# include <util.h> 169# include <util.h>