diff options
author | Tim Rice <tim@multitalents.net> | 2001-11-03 20:09:32 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2001-11-03 20:09:32 +0100 |
commit | e589a299a1c1cf26035cddf3996107500242ba1d (patch) | |
tree | 9023b8d5300eab10dde2718cd03db0f7620ac536 /acconfig.h | |
parent | - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free) (diff) | |
download | openssh-e589a299a1c1cf26035cddf3996107500242ba1d.tar.xz openssh-e589a299a1c1cf26035cddf3996107500242ba1d.zip |
[ contrib/caldera/openssh.spec contrib/caldera/sshd.init]V_3_0_P1
Updates from Raymund Will <ray@caldera.de>
[acconfig.h configure.in] Clean up login checks.
Problem reported by Jim Knoble <jmknoble@pobox.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index afebfa5db..1e3b80e68 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.118 2001/10/22 00:53:59 tim Exp $ */ +/* $Id: acconfig.h,v 1.119 2001/11/03 19:09:33 tim Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -178,9 +178,6 @@ /* Define if you want to specify the path to your wtmpx file */ #undef CONF_WTMPX_FILE -/* Define is libutil has login() function */ -#undef HAVE_LIBUTIL_LOGIN - /* Define if you want external askpass support */ #undef USE_EXTERNAL_ASKPASS |