- Timestamp:
- 08/10/04 17:53:13 (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:
- 62e170b
- Parents:
- 5131592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h
r0a46fbb r38a3662 1 /* lib/config.h. Generated by configure. */2 /* lib/config.h.in. Generated from configure.in by autoheader. */1 /* config.h. Generated by configure. */ 2 /* config.h.in. Generated from configure.in by autoheader. */ 3 3 4 4 /* Define to 1 if you have the <dlfcn.h> header file. */ … … 50 50 #define HAVE_ZLIB_H 1 51 51 52 /* Name of package */ 53 #define PACKAGE "libtrace" 54 52 55 /* Define to the address where bug reports for this package should be sent. */ 53 #define PACKAGE_BUGREPORT " "56 #define PACKAGE_BUGREPORT "libtrace@wand.net.nz" 54 57 55 58 /* Define to the full name of this package. */ 56 #define PACKAGE_NAME " "59 #define PACKAGE_NAME "libtrace" 57 60 58 61 /* Define to the full name and version of this package. */ 59 #define PACKAGE_STRING " "62 #define PACKAGE_STRING "libtrace 2.0.0" 60 63 61 64 /* Define to the one symbol short name of this package. */ 62 #define PACKAGE_TARNAME " "65 #define PACKAGE_TARNAME "libtrace" 63 66 64 67 /* Define to the version of this package. */ 65 #define PACKAGE_VERSION " "68 #define PACKAGE_VERSION "2.0.0" 66 69 67 70 /* Define to 1 if you have the ANSI C header files. */ … … 70 73 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 71 74 #define TIME_WITH_SYS_TIME 1 75 76 /* Version number of package */ 77 #define VERSION "2.0.0" 72 78 73 79 /* Define to 1 if your processor stores words with the most significant byte
Note: See TracChangeset
for help on using the changeset viewer.