diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-04-23 20:11:13 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-04-23 20:11:13 +0000 |
commit | 03df6cd83c6392d43e4d9f8dce4e15c8239c0872 (patch) | |
tree | c47974aa8ea9c7cbcb1c9e0ab8d0c59f6d6ff1b6 | |
parent | 78cf8c377fdbd2c079a9ecf5c086e0be23d39c23 (diff) |
- (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | acconfig.h | 5 |
2 files changed, 3 insertions, 5 deletions
@@ -1,4 +1,5 @@ | |||
1 | 20020423 | 1 | 20020423 |
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 |