| 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. */ |
| 11 #define HAVE_FNMATCH_H 1 | 11 #define HAVE_FNMATCH_H 1 |
| 12 | 12 |
| 13 /* Define to 1 if you have the <getopt.h> header file. */ | 13 /* Define to 1 if you have the <getopt.h> header file. */ |
| 14 #define HAVE_GETOPT_H 1 | 14 #define HAVE_GETOPT_H 1 |
| 15 | 15 |
| 16 /* Define to 1 if you have the `gettimeofday' function. */ | 16 /* Define to 1 if you have the `gettimeofday' function. */ |
| 17 #define HAVE_GETTIMEOFDAY 1 | 17 #define HAVE_GETTIMEOFDAY 1 |
| 18 | 18 |
| 19 /* Define to 1 if you have the <inttypes.h> header file. */ | 19 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 20 #define HAVE_INTTYPES_H 1 | 20 #define HAVE_INTTYPES_H 1 |
| 21 | 21 |
| 22 /* Define to 1 if you have the <malloc.h> header file. */ | 22 /* Define to 1 if you have the <malloc.h> header file. */ |
| 23 /* Manual edit: This is defined in AndroidConfig.h. */ |
| 24 #undef HAVE_MALLOC_H |
| 23 #define HAVE_MALLOC_H 1 | 25 #define HAVE_MALLOC_H 1 |
| 24 | 26 |
| 25 /* Define to 1 if you have the `memalign' function. */ | 27 /* Define to 1 if you have the `memalign' function. */ |
| 26 #define HAVE_MEMALIGN 1 | 28 #define HAVE_MEMALIGN 1 |
| 27 | 29 |
| 28 /* Define to 1 if you have the <memory.h> header file. */ | 30 /* Define to 1 if you have the <memory.h> header file. */ |
| 29 #define HAVE_MEMORY_H 1 | 31 #define HAVE_MEMORY_H 1 |
| 30 | 32 |
| 31 /* Define to 1 if you have the `mprotect' function. */ | 33 /* Define to 1 if you have the `mprotect' function. */ |
| 32 #define HAVE_MPROTECT 1 | 34 #define HAVE_MPROTECT 1 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 | 110 |
| 109 /* Use custom compare function instead of memcmp */ | 111 /* Use custom compare function instead of memcmp */ |
| 110 #if defined(__i386__) || defined(__x86_64__) | 112 #if defined(__i386__) || defined(__x86_64__) |
| 111 #define VCDIFF_USE_BLOCK_COMPARE_WORDS 1 | 113 #define VCDIFF_USE_BLOCK_COMPARE_WORDS 1 |
| 112 #else | 114 #else |
| 113 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ | 115 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ |
| 114 #endif | 116 #endif |
| 115 | 117 |
| 116 /* Version number of package */ | 118 /* Version number of package */ |
| 117 #define VERSION "0.7" | 119 #define VERSION "0.7" |
| OLD | NEW |