2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add support for Alpha/OSF1; add default format for sprintfing BPF device name

This commit is contained in:
Ted Lemon
1996-05-16 23:55:42 +00:00
parent 019f8a12eb
commit 58a4aa848d
2 changed files with 16 additions and 0 deletions

View File

@@ -74,6 +74,10 @@
# include "cf/freebsd.h"
#endif
#if defined (__osf__) && defined (__alpha)
# include "cf/alphaosf.h"
#endif
#ifdef ultrix
# include "cf/ultrix.h"
#endif
@@ -126,3 +130,7 @@
#ifndef ETHER_DEST
# define ETHER_DEST(x) ((x) -> ether_dhost)
#endif
#ifndef BPF_FORMAT
# define BPF_FORMAT "/dev/bpf%d"
#endif

View File

@@ -74,6 +74,10 @@
# include "cf/freebsd.h"
#endif
#if defined (__osf__) && defined (__alpha)
# include "cf/alphaosf.h"
#endif
#ifdef ultrix
# include "cf/ultrix.h"
#endif
@@ -126,3 +130,7 @@
#ifndef ETHER_DEST
# define ETHER_DEST(x) ((x) -> ether_dhost)
#endif
#ifndef BPF_FORMAT
# define BPF_FORMAT "/dev/bpf%d"
#endif