mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
use #ifdef instead of #if
This commit is contained in:
parent
a2e24825a2
commit
efc6fbd452
@ -1,6 +1,6 @@
|
|||||||
/* vi: set sw=4 ts=4: */
|
/* vi: set sw=4 ts=4: */
|
||||||
/*
|
/*
|
||||||
* $Id: ping6.c,v 1.1 2002/07/03 11:46:34 andersen Exp $
|
* $Id: ping6.c,v 1.2 2002/11/26 03:03:41 bug1 Exp $
|
||||||
* Mini ping implementation for busybox
|
* Mini ping implementation for busybox
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
|
* Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
|
||||||
@ -161,7 +161,7 @@ static int myid, options;
|
|||||||
static unsigned long tmin = ULONG_MAX, tmax, tsum;
|
static unsigned long tmin = ULONG_MAX, tmax, tsum;
|
||||||
static char rcvd_tbl[MAX_DUP_CHK / 8];
|
static char rcvd_tbl[MAX_DUP_CHK / 8];
|
||||||
|
|
||||||
#if CONFIG_FEATURE_FANCY_PING
|
# ifdef CONFIG_FEATURE_FANCY_PING
|
||||||
extern
|
extern
|
||||||
# endif
|
# endif
|
||||||
struct hostent *hostent;
|
struct hostent *hostent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user