Changeset 725dc40
- Timestamp:
- 10/08/04 15:14:39 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- b020bb9
- Parents:
- 83ac5a7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h
r53de8c0 r725dc40 15 15 16 16 /* Define to 1 if you have the <net/bpf.h> header file. */ 17 #define HAVE_NET_BPF_H 1 17 /* #undef HAVE_NET_BPF_H */ 18 18 19 19 /* Define to 1 if you have the <pcap-bpf.h> header file. */ 20 /* #undef HAVE_PCAP_BPF_H */ 20 #define HAVE_PCAP_BPF_H 1 21 21 22 22 /* Define to 1 if you have the <pcap.h> header file. */ … … 69 69 70 70 /* Define to the full name and version of this package. */ 71 #define PACKAGE_STRING "libtrace 2.0. 3"71 #define PACKAGE_STRING "libtrace 2.0.4" 72 72 73 73 /* Define to the one symbol short name of this package. */ … … 75 75 76 76 /* Define to the version of this package. */ 77 #define PACKAGE_VERSION "2.0. 3"77 #define PACKAGE_VERSION "2.0.4" 78 78 79 79 /* Define to 1 if you have the ANSI C header files. */ … … 84 84 85 85 /* Version number of package */ 86 #define VERSION "2.0. 3"86 #define VERSION "2.0.4" 87 87 88 88 /* Define to 1 if your processor stores words with the most significant byte -
configure.in
r0afc0d7 r725dc40 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.4 ,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.4a,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.4 )4 AM_INIT_AUTOMAKE(libtrace,2.0.4a) 5 5 6 6 dnl GNU C library -
lib/Makefile.am
r0afc0d7 r725dc40 3 3 include_HEADERS = libtrace.h dagformat.h wag.h 4 4 libtrace_la_LIBADD = @LIBPCAP@ @LIBZ@ 5 libtrace_la_LDFLAGS=-version-info 2:4 :0 @LIBPCAP_PATH@ @LIBZ_PATH@5 libtrace_la_LDFLAGS=-version-info 2:4a:0 @LIBPCAP_PATH@ @LIBZ_PATH@
Note: See TracChangeset
for help on using the changeset viewer.