We'll be moving all the function attribute stuff from funcattrs.h into
it, so that they can all be used in exported header files.
pcap/bluetooth.h \
pcap/can_socketcan.h \
pcap/dlt.h \
- pcap/export-defs.h \
+ pcap/funcattrs.h \
pcap/ipnet.h \
pcap/namedb.h \
pcap/nflog.h \
exit 1
fi
version_string=`print_version_string "$1"`
-echo '#include <pcap/export-defs.h>' > "$2"
+echo '#include <pcap/funcattrs.h>' > "$2"
echo 'PCAP_API_DEF' >> "$2"
echo "$version_string" | sed -e 's/.*/char pcap_version[] = "&";/' >> "$2"
#if !defined(_NET_BPF_H_) && !defined(_NET_BPF_H_INCLUDED) && !defined(_BPF_H_) && !defined(_H_BPF) && !defined(lib_pcap_bpf_h)
#define lib_pcap_bpf_h
-#include <pcap/export-defs.h>
+#include <pcap/funcattrs.h>
#ifdef __cplusplus
extern "C" {
#ifndef lib_pcap_pcap_h
#define lib_pcap_pcap_h
-#include <pcap/export-defs.h>
+#include <pcap/funcattrs.h>
#if defined(_WIN32)
#include <winsock2.h> /* u_int, u_char etc. */