be friendly to unifdef(1)
This commit is contained in:
parent
3300ba59da
commit
7b8c272d80
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: auth-proto.h,v 1.9 2001/01/06 23:36:07 christos Exp $ */
|
||||
/* $NetBSD: auth-proto.h,v 1.10 2003/07/14 08:36:27 itojun Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -59,7 +59,7 @@
|
||||
#define _LIBTELNET_AUTH_PROTO_H_
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#if defined(AUTHENTICATION)
|
||||
#ifdef AUTHENTICATION
|
||||
Authenticator *findauthenticator __P((int, int));
|
||||
|
||||
void auth_init __P((const char *, int));
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: auth.c,v 1.12 2002/05/26 22:07:27 wiz Exp $ */
|
||||
/* $NetBSD: auth.c,v 1.13 2003/07/14 08:36:27 itojun Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)auth.c 8.3 (Berkeley) 5/30/95"
|
||||
#else
|
||||
__RCSID("$NetBSD: auth.c,v 1.12 2002/05/26 22:07:27 wiz Exp $");
|
||||
__RCSID("$NetBSD: auth.c,v 1.13 2003/07/14 08:36:27 itojun Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -63,7 +63,7 @@ __RCSID("$NetBSD: auth.c,v 1.12 2002/05/26 22:07:27 wiz Exp $");
|
||||
*/
|
||||
|
||||
|
||||
#if defined(AUTHENTICATION)
|
||||
#ifdef AUTHENTICATION
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: misc.c,v 1.10 2000/06/22 06:47:46 thorpej Exp $ */
|
||||
/* $NetBSD: misc.c,v 1.11 2003/07/14 08:36:27 itojun Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: misc.c,v 1.10 2000/06/22 06:47:46 thorpej Exp $");
|
||||
__RCSID("$NetBSD: misc.c,v 1.11 2003/07/14 08:36:27 itojun Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -63,7 +63,7 @@ auth_encrypt_init(local, remote, name, server)
|
||||
{
|
||||
RemoteHostName = remote;
|
||||
LocalHostName = local;
|
||||
#if defined(AUTHENTICATION)
|
||||
#ifdef AUTHENTICATION
|
||||
auth_init(name, server);
|
||||
#endif
|
||||
#ifdef ENCRYPTION
|
||||
|
Loading…
Reference in New Issue
Block a user