Changeset 9966f3f
- Timestamp:
- 05/16/05 17:28:28 (17 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:
- d2d527f
- Parents:
- 237481c5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rbe40c18 r9966f3f 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.1 7,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.18[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.1 7)4 AM_INIT_AUTOMAKE(libtrace,2.0.18) 5 5 6 6 AC_CONFIG_FILES([Makefile lib/Makefile]) -
examples/sample/Makefile
rbf48ba2 r9966f3f 4 4 5 5 INCLUDE = -I$(PREFIX)/include 6 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 6 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 7 7 CFLAGS += $(INCLUDE) 8 8 libdir = -L$(PREFIX)/lib -
examples/sample/sample.c
r20482800 r9966f3f 85 85 int i; 86 86 if ((psize = trace_read_packet(trace, &packet)) <1) { 87 printf("Error or EOF in trace_read_packet\n"); 87 88 break; 88 89 }
Note: See TracChangeset
for help on using the changeset viewer.