update for v3.9.1 (releaes)

Approved by:	re (scottl)
This commit is contained in:
Sam Leffler 2005-07-11 04:14:42 +00:00
parent 29292c17af
commit 8d0b27ec4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147905
2 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SRCS= addrtoname.c cpack.c gmpls.c gmt2local.c ipproto.c \
print-lmp.c print-lspping.c \
print-lwres.c print-msdp.c print-mobile.c print-mpls.c \
print-netbios.c print-nfs.c print-ntp.c print-null.c \
print-ospf.c print-pflog.c print-pim.c \
print-ospf.c print-pflog.c print-pgm.c print-pim.c \
print-ppp.c print-pppoe.c print-pptp.c print-radius.c \
print-raw.c print-rip.c print-rsvp.c print-rx.c print-sctp.c \
print-sip.c print-sl.c print-sll.c print-smb.c print-snmp.c \

View File

@ -92,6 +92,9 @@
/* define if libpcap has pcap_datalink_val_to_description() */
#define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
/* define if libpcap has pcap_dump_ftell() */
#define HAVE_PCAP_DUMP_FTELL 1
/* define if you have getrpcbynumber() */
#define HAVE_GETRPCBYNUMBER 1