Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* src/config.h. Generated from config.h.in by configure. */ | |
| 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ | 2 /* src/config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 3 |
| 3 /* Define to 1 if you have the <dlfcn.h> header file. */ | 4 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 4 #define HAVE_DLFCN_H 1 | 5 #define HAVE_DLFCN_H 1 |
| 5 | 6 |
| 6 /* Define to 1 if you have the <ext/rope> header file. */ | 7 /* Define to 1 if you have the <ext/rope> header file. */ |
| 7 /* #undef HAVE_EXT_ROPE */ | 8 /* #undef HAVE_EXT_ROPE */ |
| 8 | 9 |
| 9 /* Define to 1 if you have the <fnmatch.h> header file. */ | 10 /* Define to 1 if you have the <fnmatch.h> header file. */ |
| 10 #define HAVE_FNMATCH_H 1 | 11 #define HAVE_FNMATCH_H 1 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 87 /* Name of package */ | 88 /* Name of package */ |
| 88 #define PACKAGE "open-vcdiff" | 89 #define PACKAGE "open-vcdiff" |
| 89 | 90 |
| 90 /* Define to the address where bug reports for this package should be sent. */ | 91 /* Define to the address where bug reports for this package should be sent. */ |
| 91 #define PACKAGE_BUGREPORT "opensource@google.com" | 92 #define PACKAGE_BUGREPORT "opensource@google.com" |
| 92 | 93 |
| 93 /* Define to the full name of this package. */ | 94 /* Define to the full name of this package. */ |
| 94 #define PACKAGE_NAME "open-vcdiff" | 95 #define PACKAGE_NAME "open-vcdiff" |
| 95 | 96 |
| 96 /* Define to the full name and version of this package. */ | 97 /* Define to the full name and version of this package. */ |
| 97 #define PACKAGE_STRING "open-vcdiff 0.1" | 98 #define PACKAGE_STRING "open-vcdiff 0.7" |
| 98 | 99 |
| 99 /* Define to the one symbol short name of this package. */ | 100 /* Define to the one symbol short name of this package. */ |
| 100 #define PACKAGE_TARNAME "open-vcdiff" | 101 #define PACKAGE_TARNAME "open-vcdiff" |
| 101 | 102 |
| 102 /* Define to the version of this package. */ | 103 /* Define to the version of this package. */ |
| 103 #define PACKAGE_VERSION "0.1" | 104 #define PACKAGE_VERSION "0.7" |
| 104 | 105 |
| 105 /* Define to 1 if you have the ANSI C header files. */ | 106 /* Define to 1 if you have the ANSI C header files. */ |
| 106 #define STDC_HEADERS 1 | 107 #define STDC_HEADERS 1 |
| 107 | 108 |
| 108 /* Use custom compare function instead of memcmp */ | 109 /* Use custom compare function instead of memcmp */ |
| 109 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ | 110 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ |
|
Mark Mentovai
2011/03/29 01:38:56
I do like that you’ve synchronized this with the L
| |
| 110 | 111 |
| 111 /* Version number of package */ | 112 /* Version number of package */ |
| 112 #define VERSION "0.1" | 113 #define VERSION "0.7" |
| OLD | NEW |