Changeset e2d5893
- Timestamp:
- 06/23/06 18:03:18 (15 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:
- af980d5
- Parents:
- d62e3dc
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
r45dfddc re2d5893 78 78 #endif 79 79 80 #if defHAVE_ZLIB_H80 #if HAVE_ZLIB_H 81 81 # include <zlib.h> 82 82 #endif -
lib/libtraceio.h
r3fcb8b4 re2d5893 5 5 #define LIBTRACEIO_H 1 6 6 #include "config.h" 7 #if defHAVE_ZLIB7 #if HAVE_ZLIB 8 8 #include <zlib.h> 9 9 #else
Note: See TracChangeset
for help on using the changeset viewer.