OLD | NEW |
1 /* src/config.h. Generated from config.h.in by configure. */ | 1 /* src/config.h. Generated from config.h.in by configure. */ |
2 /* src/config.h.in. Generated from configure.ac by autoheader. */ | 2 /* src/config.h.in. Generated from configure.ac by autoheader. */ |
3 | 3 |
4 /* Define to 1 if you have the <dlfcn.h> header file. */ | 4 /* Define to 1 if you have the <dlfcn.h> header file. */ |
5 #define HAVE_DLFCN_H 1 | 5 #define HAVE_DLFCN_H 1 |
6 | 6 |
7 /* Define to 1 if you have the <ext/rope> header file. */ | 7 /* Define to 1 if you have the <ext/rope> header file. */ |
8 /* #undef HAVE_EXT_ROPE */ | 8 /* #undef HAVE_EXT_ROPE */ |
9 | 9 |
10 /* Define to 1 if you have the <fnmatch.h> header file. */ | 10 /* Define to 1 if you have the <fnmatch.h> header file. */ |
(...skipping 14 matching lines...) Expand all Loading... |
25 /* Define to 1 if you have the `memalign' function. */ | 25 /* Define to 1 if you have the `memalign' function. */ |
26 /* #undef HAVE_MEMALIGN */ | 26 /* #undef HAVE_MEMALIGN */ |
27 | 27 |
28 /* Define to 1 if you have the <memory.h> header file. */ | 28 /* Define to 1 if you have the <memory.h> header file. */ |
29 #define HAVE_MEMORY_H 1 | 29 #define HAVE_MEMORY_H 1 |
30 | 30 |
31 /* Define to 1 if you have the `mprotect' function. */ | 31 /* Define to 1 if you have the `mprotect' function. */ |
32 #define HAVE_MPROTECT 1 | 32 #define HAVE_MPROTECT 1 |
33 | 33 |
34 /* Define to 1 if you have the `posix_memalign' function. */ | 34 /* Define to 1 if you have the `posix_memalign' function. */ |
35 /* #undef HAVE_POSIX_MEMALIGN */ | 35 #define HAVE_POSIX_MEMALIGN 1 |
36 | 36 |
37 /* Define to 1 if you have the `QueryPerformanceCounter' function. */ | 37 /* Define to 1 if you have the `QueryPerformanceCounter' function. */ |
38 /* #undef HAVE_QUERYPERFORMANCECOUNTER */ | 38 /* #undef HAVE_QUERYPERFORMANCECOUNTER */ |
39 | 39 |
40 /* Define to 1 if you have the <stdint.h> header file. */ | 40 /* Define to 1 if you have the <stdint.h> header file. */ |
41 #define HAVE_STDINT_H 1 | 41 #define HAVE_STDINT_H 1 |
42 | 42 |
43 /* Define to 1 if you have the <stdlib.h> header file. */ | 43 /* Define to 1 if you have the <stdlib.h> header file. */ |
44 #define HAVE_STDLIB_H 1 | 44 #define HAVE_STDLIB_H 1 |
45 | 45 |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 /* Define to the one symbol short name of this package. */ | 100 /* Define to the one symbol short name of this package. */ |
101 #define PACKAGE_TARNAME "open-vcdiff" | 101 #define PACKAGE_TARNAME "open-vcdiff" |
102 | 102 |
103 /* Define to the version of this package. */ | 103 /* Define to the version of this package. */ |
104 #define PACKAGE_VERSION "0.7" | 104 #define PACKAGE_VERSION "0.7" |
105 | 105 |
106 /* Define to 1 if you have the ANSI C header files. */ | 106 /* Define to 1 if you have the ANSI C header files. */ |
107 #define STDC_HEADERS 1 | 107 #define STDC_HEADERS 1 |
108 | 108 |
109 /* Use custom compare function instead of memcmp */ | 109 /* Use custom compare function instead of memcmp */ |
110 #if defined(__i386__) || defined(__x86_64__) | |
111 #define VCDIFF_USE_BLOCK_COMPARE_WORDS 1 | |
112 #else | |
113 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ | 110 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ |
114 #endif | |
115 | 111 |
116 /* Version number of package */ | 112 /* Version number of package */ |
117 #define VERSION "0.7" | 113 #define VERSION "0.7" |
OLD | NEW |