summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-11-03 11:09:32 -0800
committerTim Rice <tim@multitalents.net>2001-11-03 11:09:32 -0800
commite589a299a1c1cf26035cddf3996107500242ba1d (patch)
tree9023b8d5300eab10dde2718cd03db0f7620ac536 /acconfig.h
parent14a5c99b5c84ab86b34baf4b9e8f454118164815 (diff)
[ contrib/caldera/openssh.spec contrib/caldera/sshd.init]
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.h5
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 @@
1/* $Id: acconfig.h,v 1.118 2001/10/22 00:53:59 tim Exp $ */ 1/* $Id: acconfig.h,v 1.119 2001/11/03 19:09:33 tim Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -178,9 +178,6 @@
178/* Define if you want to specify the path to your wtmpx file */ 178/* Define if you want to specify the path to your wtmpx file */
179#undef CONF_WTMPX_FILE 179#undef CONF_WTMPX_FILE
180 180
181/* Define is libutil has login() function */
182#undef HAVE_LIBUTIL_LOGIN
183
184/* Define if you want external askpass support */ 181/* Define if you want external askpass support */
185#undef USE_EXTERNAL_ASKPASS 182#undef USE_EXTERNAL_ASKPASS
186 183