summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--acconfig.h5
2 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c80b351d1..a5a542b76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
120020423 120020423
2 - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
2 - (markus) OpenBSD CVS Sync 3 - (markus) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/04/23 12:58:26 4 - markus@cvs.openbsd.org 2002/04/23 12:58:26
4 [radix.c] 5 [radix.c]
@@ -492,4 +493,4 @@
492 - (stevesk) entropy.c: typo in debug message 493 - (stevesk) entropy.c: typo in debug message
493 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 494 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
494 495
495$Id: ChangeLog,v 1.2079 2002/04/23 14:41:12 markus Exp $ 496$Id: ChangeLog,v 1.2080 2002/04/23 20:11:13 stevesk Exp $
diff --git a/acconfig.h b/acconfig.h
index 8a6f9411e..00acb0906 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.132 2002/04/23 13:09:19 djm Exp $ */ 1/* $Id: acconfig.h,v 1.133 2002/04/23 20:11:13 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -240,9 +240,6 @@
240/* Define if you have getpwanam(3) [SunOS 4.x] */ 240/* Define if you have getpwanam(3) [SunOS 4.x] */
241#undef HAVE_GETPWANAM 241#undef HAVE_GETPWANAM
242 242
243/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
244#undef NEED_IN_SYSTM_H
245
246/* Define if you have an old version of PAM which takes only one argument */ 243/* Define if you have an old version of PAM which takes only one argument */
247/* to pam_strerror */ 244/* to pam_strerror */
248#undef HAVE_OLD_PAM 245#undef HAVE_OLD_PAM